Uses of Class
org.ujoframework.implementation.field.FieldProperty

Packages that use FieldProperty
org.ujoframework.implementation.field   
 

Uses of FieldProperty in org.ujoframework.implementation.field
 

Methods in org.ujoframework.implementation.field that return FieldProperty
protected static
<UJO extends Ujo,VALUE>
FieldProperty<UJO,VALUE>
FieldUjoExt.newProperty(java.lang.String name, java.lang.Class<VALUE> type, ValueAgent<UJO,VALUE> agent)
          Returns a new instance of property where the default value is null.
protected static
<UJO extends Ujo,VALUE>
FieldProperty<UJO,VALUE>
FieldUjo.newProperty(java.lang.String name, java.lang.Class<VALUE> type, ValueAgent<UJO,VALUE> agent)
          Returns a new instance of property where the default value is null.
protected static
<UJO extends Ujo,VALUE>
FieldProperty<UJO,VALUE>
FieldUjoExt.newProperty(java.lang.String name, VALUE value, ValueAgent<UJO,VALUE> agent)
          A Property Factory
protected static
<UJO extends Ujo,VALUE>
FieldProperty<UJO,VALUE>
FieldUjo.newProperty(java.lang.String name, VALUE value, ValueAgent<UJO,VALUE> agent)
          A Property Factory creates a new property and assigns a next property index.
 



Copyright © 2010. All Rights Reserved.