Uses of Class
org.ujoframework.implementation.bean.BeanProperty

Packages that use BeanProperty
org.ujoframework.implementation.bean   
 

Uses of BeanProperty in org.ujoframework.implementation.bean
 

Methods in org.ujoframework.implementation.bean that return BeanProperty
static
<UJO extends Ujo,VALUE>
BeanProperty<UJO,VALUE>
BeanProperty.newInstance(java.lang.String name, java.lang.Class<VALUE> type, int index)
          Returns a new instance of property where the default value is null.
static
<UJO extends Ujo,VALUE>
BeanProperty<UJO,VALUE>
BeanProperty.newInstance(java.lang.String name, VALUE value, int index)
          A Property Factory creates new property and assigns a next property index.
protected static
<UJO extends Ujo,VALUE>
BeanProperty<UJO,VALUE>
BeanUjoExt.newProperty(java.lang.String name, java.lang.Class<VALUE> type)
          A Property Factory
protected static
<UJO extends Ujo,VALUE>
BeanProperty<UJO,VALUE>
BeanUjo.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 Ujo,VALUE>
BeanProperty<UJO,VALUE>
BeanUjoExt.newProperty(java.lang.String name, VALUE value)
          A Property Factory, a property type is related from the default value.
protected static
<UJO extends Ujo,VALUE>
BeanProperty<UJO,VALUE>
BeanUjo.newProperty(java.lang.String name, VALUE value)
          A Property Factory, a property type is related from the default value.
 



Copyright © 2010. All Rights Reserved.