com.genesyslab.ail
Class InteractionVoice.MakeCallType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.InteractionVoice.MakeCallType
Enclosing interface:
InteractionVoice

public static class InteractionVoice.MakeCallType
extends Enum

Enum for the type of phone call to make.


Field Summary
static InteractionVoice.MakeCallType DIRECT_AGENT
          A direct call to an agent.
static int DIRECT_AGENT_
          A direct call to an agent.
static InteractionVoice.MakeCallType DIRECT_PRIORITY
          A direct call to an agent with priority.
static int DIRECT_PRIORITY_
          A direct call to an agent with priority.
static int MAX
          The maximum number of call types.
static InteractionVoice.MakeCallType PRIORITY
          A regular call with priority.
static int PRIORITY_
          A regular call with priority.
static InteractionVoice.MakeCallType REGULAR
          A regular call.
static int REGULAR_
          A regular call.
static InteractionVoice.MakeCallType SUPERVISOR
          A call to a supervisor.
static int SUPERVISOR_
          A call to a supervisor.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static InteractionVoice.MakeCallType getMakeCallType(int value)
          Returns the MakeCallType for this value.
static int max()
          The maximum number of call 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

REGULAR_

public static final int REGULAR_
A regular call.

See Also:
Constant Field Values

REGULAR

public static final InteractionVoice.MakeCallType REGULAR
A regular call.


DIRECT_AGENT_

public static final int DIRECT_AGENT_
A direct call to an agent.

See Also:
Constant Field Values

DIRECT_AGENT

public static final InteractionVoice.MakeCallType DIRECT_AGENT
A direct call to an agent.


SUPERVISOR_

public static final int SUPERVISOR_
A call to a supervisor.

See Also:
Constant Field Values

SUPERVISOR

public static final InteractionVoice.MakeCallType SUPERVISOR
A call to a supervisor.


PRIORITY_

public static final int PRIORITY_
A regular call with priority.

See Also:
Constant Field Values

PRIORITY

public static final InteractionVoice.MakeCallType PRIORITY
A regular call with priority.


DIRECT_PRIORITY_

public static final int DIRECT_PRIORITY_
A direct call to an agent with priority.

See Also:
Constant Field Values

DIRECT_PRIORITY

public static final InteractionVoice.MakeCallType DIRECT_PRIORITY
A direct call to an agent with priority.


MAX

public static final int MAX
The maximum number of call types.

See Also:
Constant Field Values
Method Detail

max

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


getMakeCallType

public static final InteractionVoice.MakeCallType getMakeCallType(int value)
Returns the MakeCallType for this value.