com.ibm.etools.cobol.application.model.cobol
Class QualifierKeyword

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.etools.cobol.application.model.cobol.QualifierKeyword
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class QualifierKeyword
extends org.eclipse.emf.common.util.AbstractEnumerator

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.

See Also:
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

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values

QK_IN

public static final int QK_IN
The 'QK IN' literal value.

The IN keyword.

See Also:
QK_IN_LITERAL, Constant Field Values

QK_OF

public static final int QK_OF
The 'QK OF' literal value.

The OF keyword.

See Also:
QK_OF_LITERAL, Constant Field Values

QK_IN_LITERAL

public static final QualifierKeyword QK_IN_LITERAL
The 'QK IN' literal object.

See Also:
QK_IN

QK_OF_LITERAL

public static final QualifierKeyword QK_OF_LITERAL
The 'QK OF' literal object.

See Also:
QK_OF

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Qualifier Keyword' enumerators.

Method Detail

get

public static QualifierKeyword get(java.lang.String literal)
Returns the 'Qualifier Keyword' literal with the specified literal value.


getByName

public static QualifierKeyword getByName(java.lang.String name)
Returns the 'Qualifier Keyword' literal with the specified name.


get

public static QualifierKeyword get(int value)
Returns the 'Qualifier Keyword' literal with the specified integer value.