public final class XMLTypeValue
extends org.eclipse.emf.common.util.AbstractEnumerator
COBOLPackage.getXMLTypeValue(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static int |
TV_ATTRIBUTE
The 'TV ATTRIBUTE' literal value.
|
static XMLTypeValue |
TV_ATTRIBUTE_LITERAL
The 'TV ATTRIBUTE' literal object.
|
static int |
TV_CONTENT
The 'TV CONTENT' literal value.
|
static XMLTypeValue |
TV_CONTENT_LITERAL
The 'TV CONTENT' literal object.
|
static int |
TV_ELEMENT
The 'TV ELEMENT' literal value.
|
static XMLTypeValue |
TV_ELEMENT_LITERAL
The 'TV ELEMENT' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'XML Type Value' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static XMLTypeValue |
get(int value)
Returns the 'XML Type Value' literal with the specified integer value.
|
static XMLTypeValue |
get(java.lang.String literal)
Returns the 'XML Type Value' literal with the specified literal value.
|
static XMLTypeValue |
getByName(java.lang.String name)
Returns the 'XML Type Value' literal with the specified name.
|
public static final java.lang.String copyright
public static final int TV_ATTRIBUTE
ATTRIBUTE
TV_ATTRIBUTE_LITERAL,
Constant Field Valuespublic static final int TV_ELEMENT
ELEMENT
TV_ELEMENT_LITERAL,
Constant Field Valuespublic static final int TV_CONTENT
CONTENT
TV_CONTENT_LITERAL,
Constant Field Valuespublic static final XMLTypeValue TV_ATTRIBUTE_LITERAL
TV_ATTRIBUTEpublic static final XMLTypeValue TV_ELEMENT_LITERAL
TV_ELEMENTpublic static final XMLTypeValue TV_CONTENT_LITERAL
TV_CONTENTpublic static final java.util.List VALUES
public static XMLTypeValue get(java.lang.String literal)
public static XMLTypeValue getByName(java.lang.String name)
public static XMLTypeValue get(int value)