public final class CampaignElementFormatEnumerationType
extends org.eclipse.emf.common.util.AbstractEnumerator
MarketingPackage.getCampaignElementFormatEnumerationType()
Modifier and Type | Field and Description |
---|---|
static int |
ACTION
The 'Action' literal value.
|
static CampaignElementFormatEnumerationType |
ACTION_LITERAL
The 'Action' literal object.
|
static int |
BRANCH
The 'Branch' literal value.
|
static CampaignElementFormatEnumerationType |
BRANCH_LITERAL
The 'Branch' literal object.
|
static int |
DATA
The 'Data' literal value.
|
static CampaignElementFormatEnumerationType |
DATA_LITERAL
The 'Data' literal object.
|
static int |
PATH
The 'Path' literal value.
|
static CampaignElementFormatEnumerationType |
PATH_LITERAL
The 'Path' literal object.
|
static int |
TARGET
The 'Target' literal value.
|
static CampaignElementFormatEnumerationType |
TARGET_LITERAL
The 'Target' literal object.
|
static int |
TRIGGER
The 'Trigger' literal value.
|
static CampaignElementFormatEnumerationType |
TRIGGER_LITERAL
The 'Trigger' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Campaign Element Format Enumeration Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static CampaignElementFormatEnumerationType |
get(int value)
Returns the 'Campaign Element Format Enumeration Type' literal with the specified integer value.
|
static CampaignElementFormatEnumerationType |
get(java.lang.String literal)
Returns the 'Campaign Element Format Enumeration Type' literal with the specified literal value.
|
static CampaignElementFormatEnumerationType |
getByName(java.lang.String name)
Returns the 'Campaign Element Format Enumeration Type' literal with the specified name.
|
public static final int TRIGGER
If the meaning of 'Trigger' literal object isn't clear, there really should be more of a description here...
TRIGGER_LITERAL
,
Constant Field Valuespublic static final int TARGET
If the meaning of 'Target' literal object isn't clear, there really should be more of a description here...
TARGET_LITERAL
,
Constant Field Valuespublic static final int ACTION
If the meaning of 'Action' literal object isn't clear, there really should be more of a description here...
ACTION_LITERAL
,
Constant Field Valuespublic static final int BRANCH
If the meaning of 'Branch' literal object isn't clear, there really should be more of a description here...
BRANCH_LITERAL
,
Constant Field Valuespublic static final int PATH
If the meaning of 'Path' literal object isn't clear, there really should be more of a description here...
PATH_LITERAL
,
Constant Field Valuespublic static final int DATA
If the meaning of 'Data' literal object isn't clear, there really should be more of a description here...
DATA_LITERAL
,
Constant Field Valuespublic static final CampaignElementFormatEnumerationType TRIGGER_LITERAL
TRIGGER
public static final CampaignElementFormatEnumerationType TARGET_LITERAL
TARGET
public static final CampaignElementFormatEnumerationType ACTION_LITERAL
ACTION
public static final CampaignElementFormatEnumerationType BRANCH_LITERAL
BRANCH
public static final CampaignElementFormatEnumerationType PATH_LITERAL
PATH
public static final CampaignElementFormatEnumerationType DATA_LITERAL
DATA
public static final java.util.List VALUES
public static CampaignElementFormatEnumerationType get(java.lang.String literal)
literal
- the literal.null
.public static CampaignElementFormatEnumerationType getByName(java.lang.String name)
name
- the name.null
.public static CampaignElementFormatEnumerationType get(int value)
value
- the integer value.null
.