|
|||||||||
| 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.Workmode
public static class Dn.Workmode
Enum for the work modes.
| Field Summary | |
|---|---|
static Dn.Workmode |
AFTER_CALL_WORK
After call work. |
static int |
AFTER_CALL_WORK_
After call work. |
static Dn.Workmode |
AUTO_IN
Auto in. |
static int |
AUTO_IN_
Auto in. |
static Dn.Workmode |
AUX_WORK
Auxiliary work. |
static int |
AUX_WORK_
Auxiliary work. |
static Dn.Workmode |
MANUAL_IN
Manual in. |
static int |
MANUAL_IN_
Manual in. |
static int |
MAX
The maximum number of work modes. |
static Dn.Workmode |
NO_CALL_DISCONNECT
No call disconnect. |
static int |
NO_CALL_DISCONNECT_
No call disconnect. |
static Dn.Workmode |
RETURN_BACK
Return back. |
static int |
RETURN_BACK_
Return back. |
static Dn.Workmode |
UNKNOWN
Unknwon. |
static int |
UNKNOWN_
Unknown. |
static Dn.Workmode |
WALK_AWAY
Walk away. |
static int |
WALK_AWAY_
Walk away. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static Dn.Workmode |
getWorkmode(int value)
Returns the Workmode for this value. |
static int |
max()
The maximum number of work modes. |
| 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 UNKNOWN_
public static final Dn.Workmode UNKNOWN
public static final int MANUAL_IN_
public static final Dn.Workmode MANUAL_IN
public static final int AUTO_IN_
public static final Dn.Workmode AUTO_IN
public static final int AFTER_CALL_WORK_
public static final Dn.Workmode AFTER_CALL_WORK
public static final int AUX_WORK_
public static final Dn.Workmode AUX_WORK
public static final int NO_CALL_DISCONNECT_
public static final Dn.Workmode NO_CALL_DISCONNECT
public static final int WALK_AWAY_
public static final Dn.Workmode WALK_AWAY
public static final int RETURN_BACK_
public static final Dn.Workmode RETURN_BACK
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final Dn.Workmode getWorkmode(int value)
Workmode for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||