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

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

Uses of ValueModeType in org.kemet.orm.castor
 

Methods in org.kemet.orm.castor that return ValueModeType
 ValueModeType Value.getMode()
          Returns the value of field 'mode'.
 

Methods in org.kemet.orm.castor with parameters of type ValueModeType
 void Value.setMode(ValueModeType mode)
          Sets the value of field 'mode'.
 

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

Fields in org.kemet.orm.castor.types declared as ValueModeType
static ValueModeType ValueModeType.DUAL
          The instance of the dual type
static ValueModeType ValueModeType.PLURIAL
          The instance of the plurial type
static ValueModeType ValueModeType.SINGULAR
          The instance of the singular type
static ValueModeType ValueModeType.UNDEFINED
          The instance of the undefined type
 

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



Copyright © 2008 F. MAUPIN. All Rights Reserved.