com.genesyslab.ail
Class Dn.Action

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

public static class Dn.Action
extends Enum

Enum for the possible actions to take on a DN. To be used in the methods of Possible.

See Also:
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

LOGIN_

public static final int LOGIN_
Login.

See Also:
Constant Field Values

LOGIN

public static final Dn.Action LOGIN
Login.


LOGOUT_

public static final int LOGOUT_
Logout.

See Also:
Constant Field Values

LOGOUT

public static final Dn.Action LOGOUT
Logout.


READY_

public static final int READY_
Ready.

See Also:
Constant Field Values

READY

public static final Dn.Action READY
Ready.


NOTREADY_

public static final int NOTREADY_
Not ready.

See Also:
Constant Field Values

NOTREADY

public static final Dn.Action NOTREADY
Not ready.


AFTERCALLWORK_

public static final int AFTERCALLWORK_
After call work.

See Also:
Constant Field Values

AFTERCALLWORK

public static final Dn.Action AFTERCALLWORK
After call work.


MAKE_CALL_

public static final int MAKE_CALL_
Make call.

See Also:
Constant Field Values

MAKE_CALL

public static final Dn.Action MAKE_CALL
Make call.


DN_STATUS_

public static final int DN_STATUS_
Deprecated. AbstractDn.queryStatus() is deprecated.
Query Status.

See Also:
Constant Field Values

DN_STATUS

public static final Dn.Action DN_STATUS
Deprecated. AbstractDn.queryStatus() is deprecated.
Query Status.


RELEASE_DN_

public static final int RELEASE_DN_
Release DN.

See Also:
Constant Field Values

RELEASE_DN

public static final Dn.Action RELEASE_DN
Release DN.


DIAL_NEW_CALL_

public static final int DIAL_NEW_CALL_
Dial a new call.

See Also:
Constant Field Values

DIAL_NEW_CALL

public static final Dn.Action DIAL_NEW_CALL
Dial a new call.


MAX

public static final int MAX
The maximum number of actions.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The maximum number of actions.


getAction

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