|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArrayUjoExt | |
|---|---|
| org.ujoframework.implementation.array | |
| Uses of ArrayUjoExt in org.ujoframework.implementation.array |
|---|
| Classes in org.ujoframework.implementation.array with type parameters of type ArrayUjoExt | |
|---|---|
class |
ArrayUjoExt<UJO extends ArrayUjoExt>
This is an Groovy style implementation of a setter and getter methods for an easier access for developpers, however the methods have got an weaker type control in compare to the MapUjo implementation. |
| Methods in org.ujoframework.implementation.array with type parameters of type ArrayUjoExt | ||
|---|---|---|
protected static
|
ArrayUjoExt.newListProperty(java.lang.String name,
java.lang.Class<ITEM> type,
int index)
A ListProperty Factory Method assigns a next property index. |
|
static
|
ArrayUjoExt.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
|
ArrayUjoExt.newProperty(java.lang.String name,
VALUE value,
int index)
A Property Factory Method assigns a next property index. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||