|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.KwInteractionContext.Status
public static class KwInteractionContext.Status
Constants for the status of a KwInteractionContext.
| Field Summary | |
|---|---|
static KwInteractionContext.Status |
IDLE
Constant for status Idle. |
static int |
IDLE_
Numeric constant for IDLE. |
static KwInteractionContext.Status |
IN_PROCESS
Constant for status In Process. |
static int |
IN_PROCESS_
Numeric constant for IN_PROCESS. |
static int |
MAX
The number of actions. |
static KwInteractionContext.Status |
NEW
Constant for status New. |
static int |
NEW_
Numeric constant for NEW. |
static KwInteractionContext.Status |
PREVIEW
Constant for status Preview. |
static int |
PREVIEW_
Numeric constant for PREVIEW. |
static KwInteractionContext.Status |
STATUS_REQUEST
Constant for status Status Request. |
static int |
STATUS_REQUEST_
Numeric constant for STATUS_REQUEST. |
static KwInteractionContext.Status |
UNKNOWN
Constant for status Unknown. |
static int |
UNKNOWN_
Numeric constant for UNKNOWN. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static KwInteractionContext.Status |
getStatus(int value)
Returns the Status for this value. |
static int |
max()
The number of actions. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int UNKNOWN_
public static final KwInteractionContext.Status UNKNOWN
public static final int NEW_
public static final KwInteractionContext.Status NEW
public static final int PREVIEW_
public static final KwInteractionContext.Status PREVIEW
public static final int IN_PROCESS_
public static final KwInteractionContext.Status IN_PROCESS
public static final int STATUS_REQUEST_
public static final KwInteractionContext.Status STATUS_REQUEST
public static final int IDLE_
public static final KwInteractionContext.Status IDLE
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final KwInteractionContext.Status getStatus(int value)
Status for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||