| Methods in org.ujoframework.implementation.factory that return FactoryProperty |
static
|
FactoryProperty.newInstance(java.lang.String name,
java.lang.Class<VALUE> type)
Returns a new instance of property where the default value is null. |
static
|
FactoryProperty.newInstance(java.lang.String name,
java.lang.Class<VALUE> type,
int index)
Returns a new instance of property where the default value is null. |
protected static
|
FactoryUjo.newProperty(java.lang.String name,
java.lang.Class<VALUE> type)
Returns a new instance of property where the default value is null. |