com.genesyslab.ail
Class ActionCode.Type

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.ActionCode.Type
Enclosing interface:
ActionCode

public static class ActionCode.Type
extends Enum

Possible action types.


Field Summary
static ActionCode.Type BUSY_OFF
          Busy off.
static int BUSY_OFF_
          Busy off.
static ActionCode.Type BUSY_ON
          Busy on.
static int BUSY_ON_
          Busy on.
static ActionCode.Type CONFERENCE
          Conference.
static int CONFERENCE_
          Conference.
static ActionCode.Type FORWARD_OFF
          Forward off.
static int FORWARD_OFF_
          Forward off.
static ActionCode.Type FORWARD_ON
          Forward on.
static int FORWARD_ON_
          Forward on.
static ActionCode.Type INBOUND_CALL
          Inbound call.
static int INBOUND_CALL_
          Inbound call.
static ActionCode.Type INTERNAL_CALL
          Internal call.
static int INTERNAL_CALL_
          Internal call.
static ActionCode.Type LOGIN
          Login.
static int LOGIN_
          Login.
static ActionCode.Type LOGOUT
          Logout.
static int LOGOUT_
          Logout.
static int MAX
          Number of types.
static ActionCode.Type NONE
          None.
static int NONE_
          None.
static ActionCode.Type NOT_READY
          Not ready.
static int NOT_READY_
          Not ready.
static ActionCode.Type OUTBOUND_CALL
          Outbound call.
static int OUTBOUND_CALL_
          Outbound call.
static ActionCode.Type READY
          Ready.
static int READY_
          Ready.
static ActionCode.Type TRANSFER
          Transfer.
static int TRANSFER_
          Transfer.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static ActionCode.Type getType(int value)
          Returns a Type for this value.
static int max()
          Number of types.
 
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

BUSY_OFF_

public static final int BUSY_OFF_
Busy off.

See Also:
Constant Field Values

BUSY_OFF

public static final ActionCode.Type BUSY_OFF
Busy off.


BUSY_ON_

public static final int BUSY_ON_
Busy on.

See Also:
Constant Field Values

BUSY_ON

public static final ActionCode.Type BUSY_ON
Busy on.


CONFERENCE_

public static final int CONFERENCE_
Conference.

See Also:
Constant Field Values

CONFERENCE

public static final ActionCode.Type CONFERENCE
Conference.


FORWARD_OFF_

public static final int FORWARD_OFF_
Forward off.

See Also:
Constant Field Values

FORWARD_OFF

public static final ActionCode.Type FORWARD_OFF
Forward off.


FORWARD_ON_

public static final int FORWARD_ON_
Forward on.

See Also:
Constant Field Values

FORWARD_ON

public static final ActionCode.Type FORWARD_ON
Forward on.


INBOUND_CALL_

public static final int INBOUND_CALL_
Inbound call.

See Also:
Constant Field Values

INBOUND_CALL

public static final ActionCode.Type INBOUND_CALL
Inbound call.


INTERNAL_CALL_

public static final int INTERNAL_CALL_
Internal call.

See Also:
Constant Field Values

INTERNAL_CALL

public static final ActionCode.Type INTERNAL_CALL
Internal call.


LOGIN_

public static final int LOGIN_
Login.

See Also:
Constant Field Values

LOGIN

public static final ActionCode.Type LOGIN
Login.


LOGOUT_

public static final int LOGOUT_
Logout.

See Also:
Constant Field Values

LOGOUT

public static final ActionCode.Type LOGOUT
Logout.


NONE_

public static final int NONE_
None.

See Also:
Constant Field Values

NONE

public static final ActionCode.Type NONE
None.


NOT_READY_

public static final int NOT_READY_
Not ready.

See Also:
Constant Field Values

NOT_READY

public static final ActionCode.Type NOT_READY
Not ready.


OUTBOUND_CALL_

public static final int OUTBOUND_CALL_
Outbound call.

See Also:
Constant Field Values

OUTBOUND_CALL

public static final ActionCode.Type OUTBOUND_CALL
Outbound call.


READY_

public static final int READY_
Ready.

See Also:
Constant Field Values

READY

public static final ActionCode.Type READY
Ready.


TRANSFER_

public static final int TRANSFER_
Transfer.

See Also:
Constant Field Values

TRANSFER

public static final ActionCode.Type TRANSFER
Transfer.


MAX

public static final int MAX
Number of types.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
Number of types.


getType

public static final ActionCode.Type getType(int value)
Returns a Type for this value.