org.gxos.schema.types
Class UpdateModeType

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

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

See Also:
Serialized Form

Field Summary
static UpdateModeType COPY
          The instance of the Copy type
static int COPY_TYPE
          The Copy type
static UpdateModeType CREATE
          The instance of the Create type
static int CREATE_TYPE
          The Create type
static UpdateModeType EDIT
          The instance of the Edit type
static int EDIT_TYPE
          The Edit type
static UpdateModeType ENQUIRY
          The instance of the Enquiry type
static int ENQUIRY_TYPE
          The Enquiry type
static UpdateModeType ERROR
          The instance of the Error type
static int ERROR_TYPE
          The Error type
static UpdateModeType RETURNOBJECT
          The instance of the ReturnObject type
static int RETURNOBJECT_TYPE
          The ReturnObject type
static UpdateModeType RETURNPROPERTIES
          The instance of the ReturnProperties type
static int RETURNPROPERTIES_TYPE
          The ReturnProperties type
static UpdateModeType TIMELIMIT
          The instance of the Timelimit type
static int TIMELIMIT_TYPE
          The Timelimit type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of UpdateModeType
 int getType()
          Returns the type of this UpdateModeType
 java.lang.String toString()
          Returns the String representation of this UpdateModeType
static UpdateModeType valueOf(java.lang.String string)
          Returns a new UpdateModeType 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

EDIT_TYPE

public static final int EDIT_TYPE
The Edit type

EDIT

public static final UpdateModeType EDIT
The instance of the Edit type

CREATE_TYPE

public static final int CREATE_TYPE
The Create type

CREATE

public static final UpdateModeType CREATE
The instance of the Create type

ENQUIRY_TYPE

public static final int ENQUIRY_TYPE
The Enquiry type

ENQUIRY

public static final UpdateModeType ENQUIRY
The instance of the Enquiry type

COPY_TYPE

public static final int COPY_TYPE
The Copy type

COPY

public static final UpdateModeType COPY
The instance of the Copy type

RETURNPROPERTIES_TYPE

public static final int RETURNPROPERTIES_TYPE
The ReturnProperties type

RETURNPROPERTIES

public static final UpdateModeType RETURNPROPERTIES
The instance of the ReturnProperties type

RETURNOBJECT_TYPE

public static final int RETURNOBJECT_TYPE
The ReturnObject type

RETURNOBJECT

public static final UpdateModeType RETURNOBJECT
The instance of the ReturnObject type

TIMELIMIT_TYPE

public static final int TIMELIMIT_TYPE
The Timelimit type

TIMELIMIT

public static final UpdateModeType TIMELIMIT
The instance of the Timelimit type

ERROR_TYPE

public static final int ERROR_TYPE
The Error type

ERROR

public static final UpdateModeType ERROR
The instance of the Error type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this UpdateModeType

toString

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

valueOf

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