|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.ims.types.GENDERType
Field Summary | |
static GENDERType |
VALUE_0
The instance of the 0 type |
static int |
VALUE_0_TYPE
The 0 type |
static GENDERType |
VALUE_1
The instance of the 1 type |
static int |
VALUE_1_TYPE
The 1 type |
static GENDERType |
VALUE_2
The instance of the 2 type |
static int |
VALUE_2_TYPE
The 2 type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of GENDERTyp |
int |
getType()
Returns the type of this GENDERType |
java.lang.String |
toString()
Returns the String representation of this GENDERType |
static GENDERType |
valueOf(java.lang.String string)
Returns a new GENDERType based on the given String value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int VALUE_0_TYPE
public static final GENDERType VALUE_0
public static final int VALUE_1_TYPE
public static final GENDERType VALUE_1
public static final int VALUE_2_TYPE
public static final GENDERType VALUE_2
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static GENDERType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |