|
|||||||||
| 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.OutboundService.Action
public static class OutboundService.Action
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 |
|---|
public static final int CANCEL_RECORD_
public static final OutboundService.Action CANCEL_RECORD
public static final int DO_NOT_CALL_RECORD_
public static final OutboundService.Action DO_NOT_CALL_RECORD
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundService.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||