| Methods in org.ujoframework.implementation.array with type parameters of type ArrayUjo |
protected static
|
ArrayUjo.newListProperty(java.lang.String name,
java.lang.Class<ITEM> type,
int index)
A ListProperty Factory
Method assigns a next property index. |
static
|
ArrayUjo.newProperty(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
|
ArrayUjo.newProperty(java.lang.String name,
VALUE value,
int index)
A Property Factory
Method assigns a next property index. |
protected static
|
ArrayUjo.newPropertyList_(java.lang.String name,
java.lang.Class<ITEM> type,
int index)
Deprecated. Use method newListProperty |