Uses of Class
org.ujoframework.implementation.array.ArrayUjoExt

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
<UJO extends ArrayUjoExt,ITEM>
ListProperty<UJO,ITEM>
ArrayUjoExt.newListProperty(java.lang.String name, java.lang.Class<ITEM> type, int index)
          A ListProperty Factory Method assigns a next property index.
static
<UJO extends ArrayUjoExt,VALUE>
Property<UJO,VALUE>
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
<UJO extends ArrayUjoExt,VALUE>
Property<UJO,VALUE>
ArrayUjoExt.newProperty(java.lang.String name, VALUE value, int index)
          A Property Factory Method assigns a next property index.
 



Copyright © 2010. All Rights Reserved.