com.genesyslab.ail
Class Dn.Workmode

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

public static class Dn.Workmode
extends Enum

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

UNKNOWN_

public static final int UNKNOWN_
Unknown.

See Also:
Constant Field Values

UNKNOWN

public static final Dn.Workmode UNKNOWN
Unknwon.


MANUAL_IN_

public static final int MANUAL_IN_
Manual in.

See Also:
Constant Field Values

MANUAL_IN

public static final Dn.Workmode MANUAL_IN
Manual in.


AUTO_IN_

public static final int AUTO_IN_
Auto in.

See Also:
Constant Field Values

AUTO_IN

public static final Dn.Workmode AUTO_IN
Auto in.


AFTER_CALL_WORK_

public static final int AFTER_CALL_WORK_
After call work.

See Also:
Constant Field Values

AFTER_CALL_WORK

public static final Dn.Workmode AFTER_CALL_WORK
After call work.


AUX_WORK_

public static final int AUX_WORK_
Auxiliary work.

See Also:
Constant Field Values

AUX_WORK

public static final Dn.Workmode AUX_WORK
Auxiliary work.


NO_CALL_DISCONNECT_

public static final int NO_CALL_DISCONNECT_
No call disconnect.

See Also:
Constant Field Values

NO_CALL_DISCONNECT

public static final Dn.Workmode NO_CALL_DISCONNECT
No call disconnect.


WALK_AWAY_

public static final int WALK_AWAY_
Walk away.

See Also:
Constant Field Values

WALK_AWAY

public static final Dn.Workmode WALK_AWAY
Walk away.


RETURN_BACK_

public static final int RETURN_BACK_
Return back.

See Also:
Constant Field Values

RETURN_BACK

public static final Dn.Workmode RETURN_BACK
Return back.


MAX

public static final int MAX
The maximum number of work modes.

See Also:
Constant Field Values
Method Detail

max

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


getWorkmode

public static final Dn.Workmode getWorkmode(int value)
Returns the Workmode for this value.