com.genesyslab.ail
Class OutboundChain.TreatmentType

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.OutboundChain.TreatmentType
Enclosing interface:
OutboundChain

public static class OutboundChain.TreatmentType
extends Enum

Lists the possible types of treatment that exists for an outbound call.

See Also:
InteractionVoiceOutbound.getTreatment(), InteractionVoiceOutbound.setTreatment(com.genesyslab.ail.InteractionVoiceOutbound.TreatmentType)

Field Summary
static OutboundChain.TreatmentType CAMPAIGN
          Campaign treatment.
static int CAMPAIGN_
          Campaign treatment.
static int MAX
          The maximum number of treatments.
static OutboundChain.TreatmentType NONE
          No treatment.
static int NONE_
          No treatment.
static OutboundChain.TreatmentType PERSONAL
          Personal treatment.
static int PERSONAL_
          Personal treatment.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static OutboundChain.TreatmentType getTreatmentType(int value)
          Returns the TreatmentType for this value.
static int max()
          The maximum number of treatments.
 
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

NONE_

public static final int NONE_
No treatment.

See Also:
Constant Field Values

NONE

public static final OutboundChain.TreatmentType NONE
No treatment.


PERSONAL_

public static final int PERSONAL_
Personal treatment.

See Also:
Constant Field Values

PERSONAL

public static final OutboundChain.TreatmentType PERSONAL
Personal treatment.


CAMPAIGN_

public static final int CAMPAIGN_
Campaign treatment.

See Also:
Constant Field Values

CAMPAIGN

public static final OutboundChain.TreatmentType CAMPAIGN
Campaign treatment.


MAX

public static final int MAX
The maximum number of treatments.

See Also:
Constant Field Values
Method Detail

max

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


getTreatmentType

public static final OutboundChain.TreatmentType getTreatmentType(int value)
Returns the TreatmentType for this value.