com.genesyslab.ail
Class KwInteractionContext.Action

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.KwInteractionContext.Action
Enclosing interface:
KwInteractionContext

public static class KwInteractionContext.Action
extends Enum

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

ACCEPT_

public static final int ACCEPT_
Numeric constant for ACCEPT.

See Also:
Constant Field Values

ACCEPT

public static final KwInteractionContext.Action ACCEPT
Constant for the accept method.


REJECT_

public static final int REJECT_
Numeric constant for REJECT.

See Also:
Constant Field Values

REJECT

public static final KwInteractionContext.Action REJECT
Constant for the reject method.


REROUTE_

public static final int REROUTE_
Numeric constant for REROUTE.

See Also:
Constant Field Values

REROUTE

public static final KwInteractionContext.Action REROUTE
Constant for the reroute method.


CONFIRM_STATUS_

public static final int CONFIRM_STATUS_
Numeric constant for CONFIRM_STATUS.

See Also:
Constant Field Values

CONFIRM_STATUS

public static final KwInteractionContext.Action CONFIRM_STATUS
Constant for the confirmStatus method.


REJECT_STATUS_

public static final int REJECT_STATUS_
Numeric constant for REJECT_STATUS.

See Also:
Constant Field Values

REJECT_STATUS

public static final KwInteractionContext.Action REJECT_STATUS
Constant for the rejectStatus method.


MAX

public static final int MAX
The number of actions.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of actions.


getAction

public static final KwInteractionContext.Action getAction(int value)
Returns the Action for this value.