org.gxos.schema.types
Class PhaseType

java.lang.Object
  |
  +--org.gxos.schema.types.PhaseType
All Implemented Interfaces:
java.io.Serializable

public class PhaseType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static PhaseType VALUE_0
          The instance of the 1 type
static int VALUE_0_TYPE
          The 1 type
static PhaseType VALUE_1
          The instance of the 2 type
static int VALUE_1_TYPE
          The 2 type
static PhaseType VALUE_2
          The instance of the 3 type
static int VALUE_2_TYPE
          The 3 type
static PhaseType VALUE_3
          The instance of the 4 type
static int VALUE_3_TYPE
          The 4 type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of PhaseType
 int getType()
          Returns the type of this PhaseType
 java.lang.String toString()
          Returns the String representation of this PhaseType
static PhaseType valueOf(java.lang.String string)
          Returns a new PhaseType 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

VALUE_0_TYPE

public static final int VALUE_0_TYPE
The 1 type

VALUE_0

public static final PhaseType VALUE_0
The instance of the 1 type

VALUE_1_TYPE

public static final int VALUE_1_TYPE
The 2 type

VALUE_1

public static final PhaseType VALUE_1
The instance of the 2 type

VALUE_2_TYPE

public static final int VALUE_2_TYPE
The 3 type

VALUE_2

public static final PhaseType VALUE_2
The instance of the 3 type

VALUE_3_TYPE

public static final int VALUE_3_TYPE
The 4 type

VALUE_3

public static final PhaseType VALUE_3
The instance of the 4 type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of PhaseType

getType

public int getType()
Returns the type of this PhaseType

toString

public java.lang.String toString()
Returns the String representation of this PhaseType
Overrides:
toString in class java.lang.Object

valueOf

public static PhaseType valueOf(java.lang.String string)
Returns a new PhaseType based on the given String value.
Parameters:
string -