Uses of Class
org.ujoframework.implementation.mapImpl.MapImplUjo

Packages that use MapImplUjo
org.ujoframework.implementation.mapImpl   
 

Uses of MapImplUjo in org.ujoframework.implementation.mapImpl
 

Subclasses of MapImplUjo in org.ujoframework.implementation.mapImpl
 class MapImplUjoMiddle<UJO_IMPL extends MapImplUjoMiddle>
          This is an middle extended implementation of a setter and getter methods for an easier access for developpers.
 

Methods in org.ujoframework.implementation.mapImpl with type parameters of type MapImplUjo
protected static
<UJO extends MapImplUjo,ITEM>
ListProperty<UJO,ITEM>
MapImplUjo.newListProperty(java.lang.String name, java.lang.Class<ITEM> type)
          A ListProperty Factory Method assigns a next property index.
static
<UJO extends MapImplUjo,VALUE>
Property<UJO,VALUE>
MapImplUjo.newProperty(java.lang.String name, java.lang.Class<VALUE> type)
          Returns a new instance of property where the default value is null.
protected static
<UJO extends MapImplUjo,VALUE>
Property<UJO,VALUE>
MapImplUjo.newProperty(java.lang.String name, VALUE value)
          A Property Factory Method assigns a next property index.
 



Copyright © 2010. All Rights Reserved.