public final class AssociationEnumerationType
extends org.eclipse.emf.common.util.AbstractEnumerator
SearchPackage.getAssociationEnumerationType()
Modifier and Type | Field and Description |
---|---|
static int |
ALSO_SEARCH_FOR
The 'Also Search For' literal value.
|
static AssociationEnumerationType |
ALSO_SEARCH_FOR_LITERAL
The 'Also Search For' literal object.
|
static int |
LANDING_PAGE_URL
The 'Landing Page URL' literal value.
|
static AssociationEnumerationType |
LANDING_PAGE_URL_LITERAL
The 'Landing Page URL' literal object.
|
static int |
SEARCH_FOR_INSTEAD
The 'Search For Instead' literal value.
|
static AssociationEnumerationType |
SEARCH_FOR_INSTEAD_LITERAL
The 'Search For Instead' literal object.
|
static int |
SYNONYM
The 'Synonym' literal value.
|
static AssociationEnumerationType |
SYNONYM_LITERAL
The 'Synonym' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Association Enumeration Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static AssociationEnumerationType |
get(int value)
Returns the 'Association Enumeration Type' literal with the specified integer value.
|
static AssociationEnumerationType |
get(java.lang.String literal)
Returns the 'Association Enumeration Type' literal with the specified literal value.
|
static AssociationEnumerationType |
getByName(java.lang.String name)
Returns the 'Association Enumeration Type' literal with the specified name.
|
public static final int SYNONYM
If the meaning of 'Synonym' literal object isn't clear, there really should be more of a description here...
SYNONYM_LITERAL
,
Constant Field Valuespublic static final int SEARCH_FOR_INSTEAD
If the meaning of 'Search For Instead' literal object isn't clear, there really should be more of a description here...
SEARCH_FOR_INSTEAD_LITERAL
,
Constant Field Valuespublic static final int ALSO_SEARCH_FOR
If the meaning of 'Also Search For' literal object isn't clear, there really should be more of a description here...
ALSO_SEARCH_FOR_LITERAL
,
Constant Field Valuespublic static final int LANDING_PAGE_URL
If the meaning of 'Landing Page URL' literal object isn't clear, there really should be more of a description here...
LANDING_PAGE_URL_LITERAL
,
Constant Field Valuespublic static final AssociationEnumerationType SYNONYM_LITERAL
SYNONYM
public static final AssociationEnumerationType SEARCH_FOR_INSTEAD_LITERAL
SEARCH_FOR_INSTEAD
public static final AssociationEnumerationType ALSO_SEARCH_FOR_LITERAL
ALSO_SEARCH_FOR
public static final AssociationEnumerationType LANDING_PAGE_URL_LITERAL
LANDING_PAGE_URL
public static final java.util.List VALUES
public static AssociationEnumerationType get(java.lang.String literal)
literal
- the literal.null
.public static AssociationEnumerationType getByName(java.lang.String name)
name
- the name.null
.public static AssociationEnumerationType get(int value)
value
- the integer value.null
.