|
|||||||||
| 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.Action
public static class KwInteractionContext.Action
Actions that are possible on a KwInteractionContext. To be used
in the methods of Possible.
| Field Summary | |
|---|---|
static KwInteractionContext.Action |
ACCEPT
Constant for the accept method. |
static int |
ACCEPT_
Numeric constant for ACCEPT. |
static KwInteractionContext.Action |
CONFIRM_STATUS
Constant for the confirmStatus method. |
static int |
CONFIRM_STATUS_
Numeric constant for CONFIRM_STATUS. |
static int |
MAX
The number of actions. |
static KwInteractionContext.Action |
REJECT
Constant for the reject method. |
static int |
REJECT_
Numeric constant for REJECT. |
static KwInteractionContext.Action |
REJECT_STATUS
Constant for the rejectStatus method. |
static int |
REJECT_STATUS_
Numeric constant for REJECT_STATUS. |
static KwInteractionContext.Action |
REROUTE
Constant for the reroute method. |
static int |
REROUTE_
Numeric constant for REROUTE. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static KwInteractionContext.Action |
getAction(int value)
Returns the Action 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 ACCEPT_
public static final KwInteractionContext.Action ACCEPT
public static final int REJECT_
public static final KwInteractionContext.Action REJECT
public static final int REROUTE_
public static final KwInteractionContext.Action REROUTE
public static final int CONFIRM_STATUS_
public static final KwInteractionContext.Action CONFIRM_STATUS
public static final int REJECT_STATUS_
public static final KwInteractionContext.Action REJECT_STATUS
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final KwInteractionContext.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||