com.genesyslab.ail
Class OutboundRecord.Action

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

public static class OutboundRecord.Action
extends Enum

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


Field Summary
static OutboundRecord.Action CANCEL
          Constant for the action of cancelling a record.
static int CANCEL_
          Constant for the action of cancelling a record.
static OutboundRecord.Action DO_NOT_CALL
          Constant for the action of marking a record 'not to call'.
static int DO_NOT_CALL_
          Constant for the action of marking a record 'not to call'.
static int MAX
          The number of defined constants.
static OutboundRecord.Action RESCHEDULE
          Constant for the action of rescheduling a call.
static int RESCHEDULE_
          Constant for the action of rescheduling a call.
static OutboundRecord.Action UPDATE
          Constant for the action of updating a record.
static int UPDATE_
          Constant for the action of updating a record.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static OutboundRecord.Action getAction(int value)
          Returns the Action for this value.
static int max()
          Returns the number of defined constants, also the next usable value for the possible 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_

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

See Also:
Constant Field Values

CANCEL

public static final OutboundRecord.Action CANCEL
Constant for the action of cancelling a record.


DO_NOT_CALL_

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

See Also:
Constant Field Values

DO_NOT_CALL

public static final OutboundRecord.Action DO_NOT_CALL
Constant for the action of marking a record 'not to call'.


RESCHEDULE_

public static final int RESCHEDULE_
Constant for the action of rescheduling a call.

See Also:
Constant Field Values

RESCHEDULE

public static final OutboundRecord.Action RESCHEDULE
Constant for the action of rescheduling a call.


UPDATE_

public static final int UPDATE_
Constant for the action of updating a record.

See Also:
Constant Field Values

UPDATE

public static final OutboundRecord.Action UPDATE
Constant for the action of updating a record.


MAX

public static final int MAX
The number of defined constants.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
Returns the number of defined constants, also the next usable value for the possible constants.


getAction

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