com.genesyslab.ail
Class AbstractInteraction.AbstractCallType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.AbstractInteraction.AbstractCallType
Enclosing interface:
AbstractInteraction

public static class AbstractInteraction.AbstractCallType
extends Enum

Constants describing the different types of phone call.


Field Summary
static AbstractInteraction.AbstractCallType CONSULT
          Consultation call type.
static int CONSULT_
          Consultation call type.
static AbstractInteraction.AbstractCallType INBOUND
          Incoming call type.
static int INBOUND_
          Incoming call type.
static AbstractInteraction.AbstractCallType INTERNAL
          Internal call type.
static int INTERNAL_
          Internal call type.
static int MAX
          The maximum number of call types.
static AbstractInteraction.AbstractCallType OUTBOUND
          Outgoing call type.
static int OUTBOUND_
          Outgoing call type.
static AbstractInteraction.AbstractCallType UNKNOWN
          Unknown call type.
static int UNKNOWN_
          Unknown call type.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static AbstractInteraction.AbstractCallType getAbstractCallType(int value)
          Returns the AbstractCallType for this value.
static int max()
          The 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_
Unknown call type.

See Also:
Constant Field Values

UNKNOWN

public static final AbstractInteraction.AbstractCallType UNKNOWN
Unknown call type.


INTERNAL_

public static final int INTERNAL_
Internal call type.

See Also:
Constant Field Values

INTERNAL

public static final AbstractInteraction.AbstractCallType INTERNAL
Internal call type.


INBOUND_

public static final int INBOUND_
Incoming call type.

See Also:
Constant Field Values

INBOUND

public static final AbstractInteraction.AbstractCallType INBOUND
Incoming call type.


OUTBOUND_

public static final int OUTBOUND_
Outgoing call type.

See Also:
Constant Field Values

OUTBOUND

public static final AbstractInteraction.AbstractCallType OUTBOUND
Outgoing call type.


CONSULT_

public static final int CONSULT_
Consultation call type.

See Also:
Constant Field Values

CONSULT

public static final AbstractInteraction.AbstractCallType CONSULT
Consultation call type.


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 number of call types.


getAbstractCallType

public static final AbstractInteraction.AbstractCallType getAbstractCallType(int value)
Returns the AbstractCallType for this value.