com.genesyslab.ail
Class OutboundService.Action

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

public static class OutboundService.Action
extends Enum

Actions that are possible on the outbound service. To be used in the methods of Possible


Field Summary
static OutboundService.Action CANCEL_RECORD
          Constant for the action of cancelling a record.
static int CANCEL_RECORD_
          Constant for the action of cancelling a record.
static OutboundService.Action DO_NOT_CALL_RECORD
          Constant for the action of marking not to call a record.
static int DO_NOT_CALL_RECORD_
          Constant for the action of marking not to call a record.
static int MAX
          The number of constants.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static OutboundService.Action getAction(int value)
          Returns the Action for this value.
static int max()
          The number of constants.
 
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

CANCEL_RECORD_

public static final int CANCEL_RECORD_
Constant for the action of cancelling a record.

See Also:
Constant Field Values

CANCEL_RECORD

public static final OutboundService.Action CANCEL_RECORD
Constant for the action of cancelling a record.


DO_NOT_CALL_RECORD_

public static final int DO_NOT_CALL_RECORD_
Constant for the action of marking not to call a record.

See Also:
Constant Field Values

DO_NOT_CALL_RECORD

public static final OutboundService.Action DO_NOT_CALL_RECORD
Constant for the action of marking not to call a record.


MAX

public static final int MAX
The number of constants.

See Also:
Constant Field Values
Method Detail

max

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


getAction

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