fun fromFactory(factory: ExecutableElement): Value
Creates a Value from the given factory method element. ex:
public class Value { > public static Value create(int arg) { ... } }