|
|||||||||
| 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.OutboundRecord.Action
public static class OutboundRecord.Action
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 |
|---|
public static final int CANCEL_
public static final OutboundRecord.Action CANCEL
public static final int DO_NOT_CALL_
public static final OutboundRecord.Action DO_NOT_CALL
public static final int RESCHEDULE_
public static final OutboundRecord.Action RESCHEDULE
public static final int UPDATE_
public static final OutboundRecord.Action UPDATE
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundRecord.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||