org.gxos.schema.types
Class ReferenceActionType

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

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

See Also:
Serialized Form

Field Summary
static ReferenceActionType BEGIN
          The instance of the begin type
static int BEGIN_TYPE
          The begin type
static ReferenceActionType END
          The instance of the end type
static int END_TYPE
          The end type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of ReferenceActionType
 int getType()
          Returns the type of this ReferenceActionType
 java.lang.String toString()
          Returns the String representation of this ReferenceActionType
static ReferenceActionType valueOf(java.lang.String string)
          Returns a new ReferenceActionType 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

BEGIN_TYPE

public static final int BEGIN_TYPE
The begin type

BEGIN

public static final ReferenceActionType BEGIN
The instance of the begin type

END_TYPE

public static final int END_TYPE
The end type

END

public static final ReferenceActionType END
The instance of the end type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this ReferenceActionType

toString

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

valueOf

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