|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.UpdateModeType
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 |
public static final int EDIT_TYPE
public static final UpdateModeType EDIT
public static final int CREATE_TYPE
public static final UpdateModeType CREATE
public static final int ENQUIRY_TYPE
public static final UpdateModeType ENQUIRY
public static final int COPY_TYPE
public static final UpdateModeType COPY
public static final int RETURNPROPERTIES_TYPE
public static final UpdateModeType RETURNPROPERTIES
public static final int RETURNOBJECT_TYPE
public static final UpdateModeType RETURNOBJECT
public static final int TIMELIMIT_TYPE
public static final UpdateModeType TIMELIMIT
public static final int ERROR_TYPE
public static final UpdateModeType ERROR
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static UpdateModeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |