Uses of Class
org.ujoframework.implementation.factory.FactoryProperty

Packages that use FactoryProperty
org.ujoframework.implementation.factory   
 

Uses of FactoryProperty in org.ujoframework.implementation.factory
 

Methods in org.ujoframework.implementation.factory that return FactoryProperty
static
<UJO extends Ujo,VALUE>
FactoryProperty<UJO,VALUE>
FactoryProperty.newInstance(java.lang.String name, java.lang.Class<VALUE> type)
          Returns a new instance of property where the default value is null.
static
<UJO extends Ujo,VALUE>
FactoryProperty<UJO,VALUE>
FactoryProperty.newInstance(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 Ujo,VALUE>
FactoryProperty<UJO,VALUE>
FactoryUjo.newProperty(java.lang.String name, java.lang.Class<VALUE> type)
          Returns a new instance of property where the default value is null.
 



Copyright © 2010. All Rights Reserved.