|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kemet.orm.castor.types.ValueModeType
public class ValueModeType
Class ValueModeType.
Field Summary | |
---|---|
static ValueModeType |
DUAL
The instance of the dual type |
static int |
DUAL_TYPE
The dual type |
static ValueModeType |
PLURIAL
The instance of the plurial type |
static int |
PLURIAL_TYPE
The plurial type |
static ValueModeType |
SINGULAR
The instance of the singular type |
static int |
SINGULAR_TYPE
The singular type |
static ValueModeType |
UNDEFINED
The instance of the undefined type |
static int |
UNDEFINED_TYPE
The undefined type |
Method Summary | |
---|---|
static java.util.Enumeration |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of ValueModeType |
int |
getType()
Method getType.Returns the type of this ValueModeType |
java.lang.String |
toString()
Method toString.Returns the String representation of this ValueModeType |
static ValueModeType |
valueOf(java.lang.String string)
Method valueOf.Returns a new ValueModeType based on the given String value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int SINGULAR_TYPE
public static final ValueModeType SINGULAR
public static final int PLURIAL_TYPE
public static final ValueModeType PLURIAL
public static final int DUAL_TYPE
public static final ValueModeType DUAL
public static final int UNDEFINED_TYPE
public static final ValueModeType UNDEFINED
Method Detail |
---|
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static ValueModeType valueOf(java.lang.String string)
string
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |