|
|||||||||
| 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.Dn.Action
public static class Dn.Action
Enum for the possible actions to take on a DN. To be used in
the methods of Possible.
Possible| Field Summary | |
|---|---|
static Dn.Action |
AFTERCALLWORK
After call work. |
static int |
AFTERCALLWORK_
After call work. |
static Dn.Action |
DIAL_NEW_CALL
Dial a new call. |
static int |
DIAL_NEW_CALL_
Dial a new call. |
static Dn.Action |
DN_STATUS
Deprecated. AbstractDn.queryStatus() is deprecated. |
static int |
DN_STATUS_
Deprecated. AbstractDn.queryStatus() is deprecated. |
static Dn.Action |
LOGIN
Login. |
static int |
LOGIN_
Login. |
static Dn.Action |
LOGOUT
Logout. |
static int |
LOGOUT_
Logout. |
static Dn.Action |
MAKE_CALL
Make call. |
static int |
MAKE_CALL_
Make call. |
static int |
MAX
The maximum number of actions. |
static Dn.Action |
NOTREADY
Not ready. |
static int |
NOTREADY_
Not ready. |
static Dn.Action |
READY
Ready. |
static int |
READY_
Ready. |
static Dn.Action |
RELEASE_DN
Release DN. |
static int |
RELEASE_DN_
Release DN. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static Dn.Action |
getAction(int value)
Returns the Action for this value. |
static int |
max()
The maximum number of actions. |
| 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 LOGIN_
public static final Dn.Action LOGIN
public static final int LOGOUT_
public static final Dn.Action LOGOUT
public static final int READY_
public static final Dn.Action READY
public static final int NOTREADY_
public static final Dn.Action NOTREADY
public static final int AFTERCALLWORK_
public static final Dn.Action AFTERCALLWORK
public static final int MAKE_CALL_
public static final Dn.Action MAKE_CALL
public static final int DN_STATUS_
AbstractDn.queryStatus() is deprecated.
public static final Dn.Action DN_STATUS
AbstractDn.queryStatus() is deprecated.
public static final int RELEASE_DN_
public static final Dn.Action RELEASE_DN
public static final int DIAL_NEW_CALL_
public static final Dn.Action DIAL_NEW_CALL
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static Dn.Action getAction(int value)
Action for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||