|
|||||||||
| 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.ActionCode.Type
public static class ActionCode.Type
Possible action types.
| Field Summary | |
|---|---|
static ActionCode.Type |
BUSY_OFF
Busy off. |
static int |
BUSY_OFF_
Busy off. |
static ActionCode.Type |
BUSY_ON
Busy on. |
static int |
BUSY_ON_
Busy on. |
static ActionCode.Type |
CONFERENCE
Conference. |
static int |
CONFERENCE_
Conference. |
static ActionCode.Type |
FORWARD_OFF
Forward off. |
static int |
FORWARD_OFF_
Forward off. |
static ActionCode.Type |
FORWARD_ON
Forward on. |
static int |
FORWARD_ON_
Forward on. |
static ActionCode.Type |
INBOUND_CALL
Inbound call. |
static int |
INBOUND_CALL_
Inbound call. |
static ActionCode.Type |
INTERNAL_CALL
Internal call. |
static int |
INTERNAL_CALL_
Internal call. |
static ActionCode.Type |
LOGIN
Login. |
static int |
LOGIN_
Login. |
static ActionCode.Type |
LOGOUT
Logout. |
static int |
LOGOUT_
Logout. |
static int |
MAX
Number of types. |
static ActionCode.Type |
NONE
None. |
static int |
NONE_
None. |
static ActionCode.Type |
NOT_READY
Not ready. |
static int |
NOT_READY_
Not ready. |
static ActionCode.Type |
OUTBOUND_CALL
Outbound call. |
static int |
OUTBOUND_CALL_
Outbound call. |
static ActionCode.Type |
READY
Ready. |
static int |
READY_
Ready. |
static ActionCode.Type |
TRANSFER
Transfer. |
static int |
TRANSFER_
Transfer. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static ActionCode.Type |
getType(int value)
Returns a Type for this value. |
static int |
max()
Number of types. |
| 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 BUSY_OFF_
public static final ActionCode.Type BUSY_OFF
public static final int BUSY_ON_
public static final ActionCode.Type BUSY_ON
public static final int CONFERENCE_
public static final ActionCode.Type CONFERENCE
public static final int FORWARD_OFF_
public static final ActionCode.Type FORWARD_OFF
public static final int FORWARD_ON_
public static final ActionCode.Type FORWARD_ON
public static final int INBOUND_CALL_
public static final ActionCode.Type INBOUND_CALL
public static final int INTERNAL_CALL_
public static final ActionCode.Type INTERNAL_CALL
public static final int LOGIN_
public static final ActionCode.Type LOGIN
public static final int LOGOUT_
public static final ActionCode.Type LOGOUT
public static final int NONE_
public static final ActionCode.Type NONE
public static final int NOT_READY_
public static final ActionCode.Type NOT_READY
public static final int OUTBOUND_CALL_
public static final ActionCode.Type OUTBOUND_CALL
public static final int READY_
public static final ActionCode.Type READY
public static final int TRANSFER_
public static final ActionCode.Type TRANSFER
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final ActionCode.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||