com.genesyslab.ail.event
Class InteractionOutboundEvent.Type

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

public static class InteractionOutboundEvent.Type
extends Enum

Enum for the possible types of record status.


Field Summary
static InteractionOutboundEvent.Type ACTIVE_RECORD_CHANGED
          The active record of the interaction has been changed.
static int ACTIVE_RECORD_CHANGED_
          The active record of the interaction has been changed.
static int MAX
          The maximum number of types.
static InteractionOutboundEvent.Type RECORD_HANDLING_STATUS
          The OutboundStatus of an InteractionVoiceOutbound has changed.
static int RECORD_HANDLING_STATUS_
          The OutboundStatus of an InteractionVoiceOutbound has changed.
static InteractionOutboundEvent.Type RECORD_STATUS
          The status of an OutboundRecord has changed.
static int RECORD_STATUS_
          The status of an OutboundRecord has changed.
static InteractionOutboundEvent.Type UNKNOWN
          Unknown event type.
static int UNKNOWN_
          Unknown event type.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static Enum getType(int value)
          Returns the Type for this value.
static int max()
          The maximum 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

UNKNOWN_

public static final int UNKNOWN_
Unknown event type.

See Also:
Constant Field Values

UNKNOWN

public static final InteractionOutboundEvent.Type UNKNOWN
Unknown event type.


RECORD_HANDLING_STATUS_

public static final int RECORD_HANDLING_STATUS_
The OutboundStatus of an InteractionVoiceOutbound has changed.

See Also:
Constant Field Values

RECORD_HANDLING_STATUS

public static final InteractionOutboundEvent.Type RECORD_HANDLING_STATUS
The OutboundStatus of an InteractionVoiceOutbound has changed.


RECORD_STATUS_

public static final int RECORD_STATUS_
The status of an OutboundRecord has changed.

See Also:
Constant Field Values

RECORD_STATUS

public static final InteractionOutboundEvent.Type RECORD_STATUS
The status of an OutboundRecord has changed.


ACTIVE_RECORD_CHANGED_

public static final int ACTIVE_RECORD_CHANGED_
The active record of the interaction has been changed.

See Also:
Constant Field Values

ACTIVE_RECORD_CHANGED

public static final InteractionOutboundEvent.Type ACTIVE_RECORD_CHANGED
The active record of the interaction has been changed.


MAX

public static final int MAX
The maximum number of types.

See Also:
Constant Field Values
Method Detail

max

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


getType

public static final Enum getType(int value)
Returns the Type for this value.