com.genesyslab.ail
Class OutboundCampaignInfo.Status

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

public static class OutboundCampaignInfo.Status
extends Enum

Constants for the different statuses of a campaign.


Field Summary
static OutboundCampaignInfo.Status ACTIVE
          Active Campaign.
static int ACTIVE_
          Active Campaign.
static OutboundCampaignInfo.Status INACTIVE
          Inactive campaign.
static int INACTIVE_
          Inactive campaign.
static int MAX
          The number of defined constants.
static OutboundCampaignInfo.Status RUNNING
          Running campaign.
static int RUNNING_
          Running campaign.
static OutboundCampaignInfo.Status UNKNOWN
          Unknown status.
static int UNKNOWN_
          Unknown status.
 
Fields inherited from class com.genesyslab.ail.Enum
CONSTANTS_RANGE
 
Method Summary
static OutboundCampaignInfo.Status getStatus(int value)
          Returns the Status 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 status.

See Also:
Constant Field Values

UNKNOWN

public static final OutboundCampaignInfo.Status UNKNOWN
Unknown status.


INACTIVE_

public static final int INACTIVE_
Inactive campaign. The campaign is not yet loaded.

See Also:
Constant Field Values

INACTIVE

public static final OutboundCampaignInfo.Status INACTIVE
Inactive campaign. The campaign is not yet loaded.


ACTIVE_

public static final int ACTIVE_
Active Campaign. The campaign is loaded, but not yet started.

See Also:
Constant Field Values

ACTIVE

public static final OutboundCampaignInfo.Status ACTIVE
Active Campaign. The campaign is loaded, but not yet started.


RUNNING_

public static final int RUNNING_
Running campaign. The campaign is loaded and started.

See Also:
Constant Field Values

RUNNING

public static final OutboundCampaignInfo.Status RUNNING
Running campaign. The campaign is loaded and started.


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.


getStatus

public static final OutboundCampaignInfo.Status getStatus(int value)
Returns the Status for this value.