| Methods in org.ujoframework.implementation.field that return FieldProperty |
protected static
|
FieldUjoExt.newProperty(java.lang.String name,
java.lang.Class<VALUE> type,
ValueAgent<UJO,VALUE> agent)
Returns a new instance of property where the default value is null. |
protected static
|
FieldUjo.newProperty(java.lang.String name,
java.lang.Class<VALUE> type,
ValueAgent<UJO,VALUE> agent)
Returns a new instance of property where the default value is null. |
protected static
|
FieldUjoExt.newProperty(java.lang.String name,
VALUE value,
ValueAgent<UJO,VALUE> agent)
A Property Factory |
protected static
|
FieldUjo.newProperty(java.lang.String name,
VALUE value,
ValueAgent<UJO,VALUE> agent)
A Property Factory creates a new property and assigns a next property index. |