|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.etools.cobol.application.model.cobol.QualifierKeyword
public final class QualifierKeyword
A representation of the keywords that can appear in a qualifier in a qualified reference. This includes literals of the enumeration 'Qualifier Keyword', and utility methods for working with them.
COBOLPackage.getQualifierKeyword(),
Serialized Form| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
|---|
getLiteral, getName, getValue, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Method Detail |
|---|
public static QualifierKeyword get(java.lang.String literal)
public static QualifierKeyword getByName(java.lang.String name)
public static QualifierKeyword get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||