com.genesyslab.ail.collaboration
Class InteractionInvitationIn.Action

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

public static class InteractionInvitationIn.Action
extends Enum

Actions possible on incoming e-mails. To be used in the methods of Possible.


Field Summary
static InteractionInvitationIn.Action ACCEPT
          Constant for the 'accept invitation' action.
static int ACCEPT_
          Constant for the 'accept invitation' action.
static InteractionInvitationIn.Action ANSWER_CALL
          Constant for the 'answer call' action.
static int ANSWER_CALL_
          Constant for the 'answer call' action.
static InteractionInvitationIn.Action DECLINE
          Constant for the 'decline invitation' action.
static int DECLINE_
          Constant for the 'decline invitation' action.
static InteractionInvitationIn.Action MARK_DONE
          Constant for the 'mark done' action.
static int MARK_DONE_
          Constant for the 'mark done' action.
static int MAX
          The number of defined constants.
static InteractionInvitationIn.Action QUERY_STATUS
          Constant for the 'query status' action.
static int QUERY_STATUS_
          Constant for the 'query status' action.
static InteractionInvitationIn.Action RELEASE_CALL
          Constant for the 'release call' action.
static int RELEASE_CALL_
          Constant for the 'release call' action.
static InteractionInvitationIn.Action REPLY
          Constant for the 'reply' action.
static int REPLY_
          Constant for the 'reply' action.
static InteractionInvitationIn.Action SAVE
          Constant for the 'save' action.
static int SAVE_
          Constant for the 'save' action.
static InteractionInvitationIn.Action TRANSFER
          Constant for the 'transfer' action.
static int TRANSFER_
          Constant for the 'transfer' action.
static InteractionInvitationIn.Action TRANSFER_EXTERNAL_AGENT
          Constant for the 'transfer external agent' action.
static int TRANSFER_EXTERNAL_AGENT_
          Constant for the 'transfer external agent' action.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static InteractionInvitationIn.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

ANSWER_CALL_

public static final int ANSWER_CALL_
Constant for the 'answer call' action.

See Also:
Constant Field Values

ANSWER_CALL

public static final InteractionInvitationIn.Action ANSWER_CALL
Constant for the 'answer call' action.


RELEASE_CALL_

public static final int RELEASE_CALL_
Constant for the 'release call' action.

See Also:
Constant Field Values

RELEASE_CALL

public static final InteractionInvitationIn.Action RELEASE_CALL
Constant for the 'release call' action.


MARK_DONE_

public static final int MARK_DONE_
Constant for the 'mark done' action.

See Also:
Constant Field Values

MARK_DONE

public static final InteractionInvitationIn.Action MARK_DONE
Constant for the 'mark done' action.


QUERY_STATUS_

public static final int QUERY_STATUS_
Constant for the 'query status' action.

See Also:
Constant Field Values

QUERY_STATUS

public static final InteractionInvitationIn.Action QUERY_STATUS
Constant for the 'query status' action.


TRANSFER_

public static final int TRANSFER_
Constant for the 'transfer' action.

See Also:
Constant Field Values

TRANSFER

public static final InteractionInvitationIn.Action TRANSFER
Constant for the 'transfer' action.


SAVE_

public static final int SAVE_
Constant for the 'save' action.

See Also:
Constant Field Values

SAVE

public static final InteractionInvitationIn.Action SAVE
Constant for the 'save' action.


REPLY_

public static final int REPLY_
Constant for the 'reply' action.

See Also:
Constant Field Values

REPLY

public static final InteractionInvitationIn.Action REPLY
Constant for the 'reply' action.


TRANSFER_EXTERNAL_AGENT_

public static final int TRANSFER_EXTERNAL_AGENT_
Constant for the 'transfer external agent' action.

See Also:
Constant Field Values

TRANSFER_EXTERNAL_AGENT

public static final InteractionInvitationIn.Action TRANSFER_EXTERNAL_AGENT
Constant for the 'transfer external agent' action.


ACCEPT_

public static final int ACCEPT_
Constant for the 'accept invitation' action.

See Also:
Constant Field Values

ACCEPT

public static final InteractionInvitationIn.Action ACCEPT
Constant for the 'accept invitation' action.


DECLINE_

public static final int DECLINE_
Constant for the 'decline invitation' action.

See Also:
Constant Field Values

DECLINE

public static final InteractionInvitationIn.Action DECLINE
Constant for the 'decline invitation' action.


MAX

public static final int MAX
The number of defined constants.

See Also:
Constant Field Values
Method Detail

max

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


getAction

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