com.genesyslab.ail
Class InteractionVoice.CallType

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

public static class InteractionVoice.CallType
extends Enum

Enum for the type of the phone call.


Field Summary
static InteractionVoice.CallType CONSULT
          A consultation call.
static int CONSULT_
          A consultation call.
static InteractionVoice.CallType INBOUND
          An inbound, incoming call.
static int INBOUND_
          An inbound, incoming call.
static InteractionVoice.CallType INTERNAL
          An internal call.
static int INTERNAL_
          An internal call.
static int MAX
          The maximum number of call types.
static InteractionVoice.CallType OUTBOUND
          An outbound, Outgoing call.
static int OUTBOUND_
          An outbound, Outgoing call.
static InteractionVoice.CallType UNKNOWN
          An unknown call.
static int UNKNOWN_
          An unknown call.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static InteractionVoice.CallType getCallType(int value)
          Returns the CallType 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

UNKNOWN_

public static final int UNKNOWN_
An unknown call.

See Also:
Constant Field Values

UNKNOWN

public static final InteractionVoice.CallType UNKNOWN
An unknown call.


INTERNAL_

public static final int INTERNAL_
An internal call.

See Also:
Constant Field Values

INTERNAL

public static final InteractionVoice.CallType INTERNAL
An internal call.


INBOUND_

public static final int INBOUND_
An inbound, incoming call.

See Also:
Constant Field Values

INBOUND

public static final InteractionVoice.CallType INBOUND
An inbound, incoming call.


OUTBOUND_

public static final int OUTBOUND_
An outbound, Outgoing call.

See Also:
Constant Field Values

OUTBOUND

public static final InteractionVoice.CallType OUTBOUND
An outbound, Outgoing call.


CONSULT_

public static final int CONSULT_
A consultation call.

See Also:
Constant Field Values

CONSULT

public static final InteractionVoice.CallType CONSULT
A consultation call.


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.


getCallType

public static final InteractionVoice.CallType getCallType(int value)
Returns the CallType for this value.