|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.OutboundCampaignInfo.Status
public static class OutboundCampaignInfo.Status
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 |
|---|
public static final int UNKNOWN_
public static final OutboundCampaignInfo.Status UNKNOWN
public static final int INACTIVE_
public static final OutboundCampaignInfo.Status INACTIVE
public static final int ACTIVE_
public static final OutboundCampaignInfo.Status ACTIVE
public static final int RUNNING_
public static final OutboundCampaignInfo.Status RUNNING
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final OutboundCampaignInfo.Status getStatus(int value)
Status for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||