com.genesyslab.ail
Class OutboundCampaignInfo.Mode

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.OutboundCampaignInfo.Mode
Enclosing interface:
OutboundCampaignInfo

public static class OutboundCampaignInfo.Mode
extends Enum

Constants for the different modes of a campaign.


Field Summary
static OutboundCampaignInfo.Mode ENGAGED_PREDICTIVE
          Engaged predictive mode of campaign.
static int ENGAGED_PREDICTIVE_
          Engaged predictive mode of campaign.
static OutboundCampaignInfo.Mode ENGAGED_PROGRESSIVE
          Engaged progressive mode of campaign.
static int ENGAGED_PROGRESSIVE_
          Engaged progressive mode of campaign.
static int MAX
          The number of defined constants.
static OutboundCampaignInfo.Mode PREDICTIVE
          Predictive mode of campaign.
static int PREDICTIVE_
          Predictive mode of campaign.
static OutboundCampaignInfo.Mode PREVIEW
          Preview mode of campaign.
static int PREVIEW_
          Preview mode of campaign.
static OutboundCampaignInfo.Mode PROGRESSIVE
          Progressive mode of campaign.
static int PROGRESSIVE_
          Progressive mode of campaign.
static OutboundCampaignInfo.Mode PUSH_PREVIEW
          Push preview mode of campaign.
static int PUSH_PREVIEW_
          Push preview mode of campaign.
static OutboundCampaignInfo.Mode UNKNOWN
          Unknown mode of campaign.
static int UNKNOWN_
          Unknown mode of campaign.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static OutboundCampaignInfo.Mode getMode(int value)
          Returns the Mode for this value.
static int max()
          The number of defined constants, also the next usable value for the possible constants.
 
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 mode of campaign.

See Also:
Constant Field Values

UNKNOWN

public static final OutboundCampaignInfo.Mode UNKNOWN
Unknown mode of campaign.


PREDICTIVE_

public static final int PREDICTIVE_
Predictive mode of campaign.

See Also:
Constant Field Values

PREDICTIVE

public static final OutboundCampaignInfo.Mode PREDICTIVE
Predictive mode of campaign.


PROGRESSIVE_

public static final int PROGRESSIVE_
Progressive mode of campaign.

See Also:
Constant Field Values

PROGRESSIVE

public static final OutboundCampaignInfo.Mode PROGRESSIVE
Progressive mode of campaign.


PREVIEW_

public static final int PREVIEW_
Preview mode of campaign.

See Also:
Constant Field Values

PREVIEW

public static final OutboundCampaignInfo.Mode PREVIEW
Preview mode of campaign.


ENGAGED_PREDICTIVE_

public static final int ENGAGED_PREDICTIVE_
Engaged predictive mode of campaign.

See Also:
Constant Field Values

ENGAGED_PREDICTIVE

public static final OutboundCampaignInfo.Mode ENGAGED_PREDICTIVE
Engaged predictive mode of campaign.


ENGAGED_PROGRESSIVE_

public static final int ENGAGED_PROGRESSIVE_
Engaged progressive mode of campaign.

See Also:
Constant Field Values

ENGAGED_PROGRESSIVE

public static final OutboundCampaignInfo.Mode ENGAGED_PROGRESSIVE
Engaged progressive mode of campaign.


PUSH_PREVIEW_

public static final int PUSH_PREVIEW_
Push preview mode of campaign.

See Also:
Constant Field Values

PUSH_PREVIEW

public static final OutboundCampaignInfo.Mode PUSH_PREVIEW
Push preview mode of campaign.


MAX

public static final int MAX
The number of defined constants.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of defined constants, also the next usable value for the possible constants.


getMode

public static final OutboundCampaignInfo.Mode getMode(int value)
Returns the Mode for this value.