|
|||||||||
| 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.Reason
public static class KwInteractionContext.Reason
Constants for the reason associated with the status of a KwInteractionContext.
| Field Summary | |
|---|---|
static KwInteractionContext.Reason |
ACCEPTED
The interaction has been accepted. |
static int |
ACCEPTED_
Numeric constant for ACCEPTED. |
static KwInteractionContext.Reason |
CANCELED
The interaction has been canceled. |
static int |
CANCELED_
Numeric constant for CANCELED. |
static KwInteractionContext.Reason |
CONFIRMED
The interaction has been confirmed. |
static int |
CONFIRMED_
Numeric constant for CONFIRMED. |
static KwInteractionContext.Reason |
INIT
The interaction tells its status to a new listener. |
static int |
INIT_
Numeric constant for INIT. |
static int |
MAX
The number of actions. |
static KwInteractionContext.Reason |
REJECTED
The interaction has been rejected. |
static int |
REJECTED_
Numeric constant for REJECTED. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static KwInteractionContext.Reason |
getReason(int value)
Returns the Reason 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 ACCEPTED_
public static final KwInteractionContext.Reason ACCEPTED
public static final int REJECTED_
public static final KwInteractionContext.Reason REJECTED
public static final int CONFIRMED_
public static final KwInteractionContext.Reason CONFIRMED
public static final int CANCELED_
public static final KwInteractionContext.Reason CANCELED
public static final int INIT_
public static final KwInteractionContext.Reason INIT
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final KwInteractionContext.Reason getReason(int value)
Reason for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||