com.genesyslab.ail
Class Dn.Status

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

public static class Dn.Status
extends Enum

Enum for the possible statuses.


Field Summary
static Dn.Status AFTERCALLWORK
          After call work.
static int AFTERCALLWORK_
          After call work.
static Dn.Status BUSY_AFTERCALLWORK
          Busy after call work.
static int BUSY_AFTERCALLWORK_
          Busy after call work.
static Dn.Status BUSY_LOGGED_OUT
          Busy logged out.
static int BUSY_LOGGED_OUT_
          Busy logged out.
static Dn.Status BUSY_NOTREADY
          Busy not ready.
static int BUSY_NOTREADY_
          Busy not ready.
static Dn.Status BUSY_READY
          Busy ready.
static int BUSY_READY_
          Busy ready.
static Dn.Status LOGGED_OUT
          Logged out.
static int LOGGED_OUT_
          Logged out.
static int MAX
          The maximum number of statuses.
static Dn.Status NOTREADY
          Not ready.
static int NOTREADY_
          Not ready.
static Dn.Status OUT_OF_SERVICE
           
static int OUT_OF_SERVICE_
           
static Dn.Status READY
          Ready.
static int READY_
          Ready.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static Dn.Status getStatus(int value)
          Returns the Status for this value.
static int max()
          The maximum number of statuses.
 
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

OUT_OF_SERVICE_

public static final int OUT_OF_SERVICE_
See Also:
Constant Field Values

OUT_OF_SERVICE

public static final Dn.Status OUT_OF_SERVICE

LOGGED_OUT_

public static final int LOGGED_OUT_
Logged out.

See Also:
Constant Field Values

LOGGED_OUT

public static final Dn.Status LOGGED_OUT
Logged out.


READY_

public static final int READY_
Ready.

See Also:
Constant Field Values

READY

public static final Dn.Status READY
Ready.


NOTREADY_

public static final int NOTREADY_
Not ready.

See Also:
Constant Field Values

NOTREADY

public static final Dn.Status NOTREADY
Not ready.


AFTERCALLWORK_

public static final int AFTERCALLWORK_
After call work.

See Also:
Constant Field Values

AFTERCALLWORK

public static final Dn.Status AFTERCALLWORK
After call work.


BUSY_LOGGED_OUT_

public static final int BUSY_LOGGED_OUT_
Busy logged out.

See Also:
Constant Field Values

BUSY_LOGGED_OUT

public static final Dn.Status BUSY_LOGGED_OUT
Busy logged out.


BUSY_READY_

public static final int BUSY_READY_
Busy ready.

See Also:
Constant Field Values

BUSY_READY

public static final Dn.Status BUSY_READY
Busy ready.


BUSY_NOTREADY_

public static final int BUSY_NOTREADY_
Busy not ready.

See Also:
Constant Field Values

BUSY_NOTREADY

public static final Dn.Status BUSY_NOTREADY
Busy not ready.


BUSY_AFTERCALLWORK_

public static final int BUSY_AFTERCALLWORK_
Busy after call work.

See Also:
Constant Field Values

BUSY_AFTERCALLWORK

public static final Dn.Status BUSY_AFTERCALLWORK
Busy after call work.


MAX

public static final int MAX
The maximum number of statuses.

See Also:
Constant Field Values
Method Detail

max

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


getStatus

public static final Dn.Status getStatus(int value)
Returns the Status for this value.