public final class MarketingStateEnumerationType
extends org.eclipse.emf.common.util.AbstractEnumerator
MarketingPackage.getMarketingStateEnumerationType()
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE
The 'Active' literal value.
|
static MarketingStateEnumerationType |
ACTIVE_LITERAL
The 'Active' literal object.
|
static int |
INACTIVE
The 'Inactive' literal value.
|
static MarketingStateEnumerationType |
INACTIVE_LITERAL
The 'Inactive' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'State Enumeration Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static MarketingStateEnumerationType |
get(int value)
Returns the 'State Enumeration Type' literal with the specified integer value.
|
static MarketingStateEnumerationType |
get(java.lang.String literal)
Returns the 'State Enumeration Type' literal with the specified literal value.
|
static MarketingStateEnumerationType |
getByName(java.lang.String name)
Returns the 'State Enumeration Type' literal with the specified name.
|
public static final int ACTIVE
If the meaning of 'Active' literal object isn't clear, there really should be more of a description here...
ACTIVE_LITERAL
,
Constant Field Valuespublic static final int INACTIVE
If the meaning of 'Inactive' literal object isn't clear, there really should be more of a description here...
INACTIVE_LITERAL
,
Constant Field Valuespublic static final MarketingStateEnumerationType ACTIVE_LITERAL
ACTIVE
public static final MarketingStateEnumerationType INACTIVE_LITERAL
INACTIVE
public static final java.util.List VALUES
public static MarketingStateEnumerationType get(java.lang.String literal)
literal
- the literal.null
.public static MarketingStateEnumerationType getByName(java.lang.String name)
name
- the name.null
.public static MarketingStateEnumerationType get(int value)
value
- the integer value.null
.