public final class QualifierKeyword
extends org.eclipse.emf.common.util.AbstractEnumerator
COBOLPackage.getQualifierKeyword(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
static int |
QK_IN
The 'QK IN' literal value.
|
static QualifierKeyword |
QK_IN_LITERAL
The 'QK IN' literal object.
|
static int |
QK_OF
The 'QK OF' literal value.
|
static QualifierKeyword |
QK_OF_LITERAL
The 'QK OF' literal object.
|
static java.util.List |
VALUES
A public read-only list of all the 'Qualifier Keyword' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static QualifierKeyword |
get(int value)
Returns the 'Qualifier Keyword' literal with the specified integer value.
|
static QualifierKeyword |
get(java.lang.String literal)
Returns the 'Qualifier Keyword' literal with the specified literal value.
|
static QualifierKeyword |
getByName(java.lang.String name)
Returns the 'Qualifier Keyword' literal with the specified name.
|
public static final java.lang.String copyright
public static final int QK_IN
The IN keyword.
QK_IN_LITERAL,
Constant Field Valuespublic static final int QK_OF
The OF keyword.
QK_OF_LITERAL,
Constant Field Valuespublic static final QualifierKeyword QK_IN_LITERAL
QK_INpublic static final QualifierKeyword QK_OF_LITERAL
QK_OFpublic static final java.util.List VALUES
public static QualifierKeyword get(java.lang.String literal)
public static QualifierKeyword getByName(java.lang.String name)
public static QualifierKeyword get(int value)