com.ibm.etools.cobol.application.model.cobol

Class QualifierKeyword

  • java.lang.Object
    • org.eclipse.emf.common.util.AbstractEnumerator
      • 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
    • Method Summary

      All Methods Static Methods Concrete Methods 
      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.
      • 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

      • 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.