|
|||||||||
| 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.Status
public static class Dn.Status
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 |
|---|
public static final int OUT_OF_SERVICE_
public static final Dn.Status OUT_OF_SERVICE
public static final int LOGGED_OUT_
public static final Dn.Status LOGGED_OUT
public static final int READY_
public static final Dn.Status READY
public static final int NOTREADY_
public static final Dn.Status NOTREADY
public static final int AFTERCALLWORK_
public static final Dn.Status AFTERCALLWORK
public static final int BUSY_LOGGED_OUT_
public static final Dn.Status BUSY_LOGGED_OUT
public static final int BUSY_READY_
public static final Dn.Status BUSY_READY
public static final int BUSY_NOTREADY_
public static final Dn.Status BUSY_NOTREADY
public static final int BUSY_AFTERCALLWORK_
public static final Dn.Status BUSY_AFTERCALLWORK
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final Dn.Status getStatus(int value)
Status for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||