Uses of Class
org.kemet.orm.castor.types.ValuePersonType

Packages that use ValuePersonType
org.kemet.orm.castor   
org.kemet.orm.castor.types   
 

Uses of ValuePersonType in org.kemet.orm.castor
 

Methods in org.kemet.orm.castor that return ValuePersonType
 ValuePersonType Value.getPerson()
          Returns the value of field 'person'.
 

Methods in org.kemet.orm.castor with parameters of type ValuePersonType
 void Value.setPerson(ValuePersonType person)
          Sets the value of field 'person'.
 

Uses of ValuePersonType in org.kemet.orm.castor.types
 

Fields in org.kemet.orm.castor.types declared as ValuePersonType
static ValuePersonType ValuePersonType.VALUE_1
          The instance of the 1 type
static ValuePersonType ValuePersonType.VALUE_2
          The instance of the 2 type
static ValuePersonType ValuePersonType.VALUE_3
          The instance of the 3 type
 

Methods in org.kemet.orm.castor.types that return ValuePersonType
static ValuePersonType ValuePersonType.valueOf(java.lang.String string)
          Method valueOf.Returns a new ValuePersonType based on the given String value.
 



Copyright © 2008 F. MAUPIN. All Rights Reserved.