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

Packages that use ArrayUjo
org.ujoframework.implementation.array   
 

Uses of ArrayUjo in org.ujoframework.implementation.array
 

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



Copyright © 2010. All Rights Reserved.