|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.genesyslab.omsdk.commons.OMSDKEnum
com.genesyslab.omsdk.mil.MILUCSInteractionStatus
Enumerates the possible statuses for an interaction stored in UCS.
| Field Summary | |
static MILUCSInteractionStatus |
IN_PROCESS
Indicates that the interaction is in process. |
static int |
IN_PROCESS_INT
Integer representation of IN_PROCESS. |
static MILUCSInteractionStatus |
NEW
Indicates that the interaction is new. |
static int |
NEW_INT
Integer representation of NEW. |
static MILUCSInteractionStatus |
PENDING
Indicates that the interaction is pending. |
static int |
PENDING_INT
Integer representation of PENDING. |
static MILUCSInteractionStatus |
STOPPED
Indicates that the interaction is stopped. |
static int |
STOPPED_INT
Integer representation of STOPPED. |
static MILUCSInteractionStatus |
UNKNOWN
Special status. |
static int |
UNKNOWN_INT
Integer representation of UNKNOWN. |
| Method Summary | |
static MILUCSInteractionStatus |
getStatus(int ordinal)
Returns the enumerated value corresponding to the specified integer. |
| Methods inherited from class com.genesyslab.omsdk.commons.OMSDKEnum |
toInt, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int NEW_INT
NEW.
public static final MILUCSInteractionStatus NEW
public static final int PENDING_INT
PENDING.
public static final MILUCSInteractionStatus PENDING
public static final int IN_PROCESS_INT
IN_PROCESS.
public static final MILUCSInteractionStatus IN_PROCESS
public static final int STOPPED_INT
STOPPED.
public static final MILUCSInteractionStatus STOPPED
public static final int UNKNOWN_INT
UNKNOWN.
public static final MILUCSInteractionStatus UNKNOWN
NEW)
| Method Detail |
public static MILUCSInteractionStatus getStatus(int ordinal)
ordinal - integer representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||