public final class ActivityFormatEnumerationType
extends org.eclipse.emf.common.util.AbstractEnumerator
MarketingPackage.getActivityFormatEnumerationType()
Modifier and Type | Field and Description |
---|---|
static int |
DIALOG
The 'Dialog' literal value.
|
static ActivityFormatEnumerationType |
DIALOG_LITERAL
The 'Dialog' literal object.
|
static int |
EMAIL
The 'Email' literal value.
|
static ActivityFormatEnumerationType |
EMAIL_LITERAL
The 'Email' literal object.
|
static int |
SEARCH
The 'Search' literal value.
|
static ActivityFormatEnumerationType |
SEARCH_LITERAL
The 'Search' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Activity Format Enumeration Type' enumerators.
|
static int |
WEB
The 'Web' literal value.
|
static ActivityFormatEnumerationType |
WEB_LITERAL
The 'Web' literal object.
|
Modifier and Type | Method and Description |
---|---|
static ActivityFormatEnumerationType |
get(int value)
Returns the 'Activity Format Enumeration Type' literal with the specified integer value.
|
static ActivityFormatEnumerationType |
get(java.lang.String literal)
Returns the 'Activity Format Enumeration Type' literal with the specified literal value.
|
static ActivityFormatEnumerationType |
getByName(java.lang.String name)
Returns the 'Activity Format Enumeration Type' literal with the specified name.
|
public static final int WEB
If the meaning of 'Web' literal object isn't clear, there really should be more of a description here...
WEB_LITERAL
,
Constant Field Valuespublic static final int DIALOG
If the meaning of 'Dialog' literal object isn't clear, there really should be more of a description here...
DIALOG_LITERAL
,
Constant Field Valuespublic static final int EMAIL
If the meaning of 'Email' literal object isn't clear, there really should be more of a description here...
EMAIL_LITERAL
,
Constant Field Valuespublic static final int SEARCH
If the meaning of 'Search' literal object isn't clear, there really should be more of a description here...
SEARCH_LITERAL
,
Constant Field Valuespublic static final ActivityFormatEnumerationType WEB_LITERAL
WEB
public static final ActivityFormatEnumerationType DIALOG_LITERAL
DIALOG
public static final ActivityFormatEnumerationType EMAIL_LITERAL
EMAIL
public static final ActivityFormatEnumerationType SEARCH_LITERAL
SEARCH
public static final java.util.List VALUES
public static ActivityFormatEnumerationType get(java.lang.String literal)
literal
- the literal.null
.public static ActivityFormatEnumerationType getByName(java.lang.String name)
name
- the name.null
.public static ActivityFormatEnumerationType get(int value)
value
- the integer value.null
.