|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.ProcessingStatusType
Field Summary | |
static ProcessingStatusType |
ACKNOWLEDGE
The instance of the Acknowledge type |
static int |
ACKNOWLEDGE_TYPE
The Acknowledge type |
static ProcessingStatusType |
FAILURE
The instance of the Failure type |
static int |
FAILURE_TYPE
The Failure type |
static ProcessingStatusType |
ORIGINATE
The instance of the Originate type |
static int |
ORIGINATE_TYPE
The Originate type |
static ProcessingStatusType |
REPLAY
The instance of the Replay type |
static int |
REPLAY_TYPE
The Replay type |
static ProcessingStatusType |
SUCCESS
The instance of the Success type |
static int |
SUCCESS_TYPE
The Success type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of ProcessingStatusType |
int |
getType()
Returns the type of this ProcessingStatusType |
java.lang.String |
toString()
Returns the String representation of this ProcessingStatusTyp |
static ProcessingStatusType |
valueOf(java.lang.String string)
Returns a new ProcessingStatusType 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 SUCCESS_TYPE
public static final ProcessingStatusType SUCCESS
public static final int FAILURE_TYPE
public static final ProcessingStatusType FAILURE
public static final int REPLAY_TYPE
public static final ProcessingStatusType REPLAY
public static final int ORIGINATE_TYPE
public static final ProcessingStatusType ORIGINATE
public static final int ACKNOWLEDGE_TYPE
public static final ProcessingStatusType ACKNOWLEDGE
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static ProcessingStatusType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |