org.gxos.schema.types
Class LockingType

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

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

See Also:
Serialized Form

Field Summary
static LockingType NONE
          The instance of the None type
static int NONE_TYPE
          The None type
static LockingType REJECT
          The instance of the Reject type
static int REJECT_TYPE
          The Reject type
static LockingType WAIT
          The instance of the Wait type
static int WAIT_TYPE
          The Wait type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of LockingType
 int getType()
          Returns the type of this LockingType
 java.lang.String toString()
          Returns the String representation of this LockingType
static LockingType valueOf(java.lang.String string)
          Returns a new LockingType 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

WAIT_TYPE

public static final int WAIT_TYPE
The Wait type

WAIT

public static final LockingType WAIT
The instance of the Wait type

REJECT_TYPE

public static final int REJECT_TYPE
The Reject type

REJECT

public static final LockingType REJECT
The instance of the Reject type

NONE_TYPE

public static final int NONE_TYPE
The None type

NONE

public static final LockingType NONE
The instance of the None type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this LockingType

toString

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

valueOf

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