Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

    • Uses of QualifierKeyword in com.ibm.etools.cobol.application.model.cobol

      Fields in com.ibm.etools.cobol.application.model.cobol declared as QualifierKeyword 
      Modifier and Type Field and Description
      static QualifierKeyword QualifierKeyword.QK_IN_LITERAL
      The 'QK IN' literal object.
      static QualifierKeyword QualifierKeyword.QK_OF_LITERAL
      The 'QK OF' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return QualifierKeyword 
      Modifier and Type Method and Description
      static QualifierKeyword QualifierKeyword.get(int value)
      Returns the 'Qualifier Keyword' literal with the specified integer value.
      static QualifierKeyword QualifierKeyword.get(java.lang.String literal)
      Returns the 'Qualifier Keyword' literal with the specified literal value.
      static QualifierKeyword QualifierKeyword.getByName(java.lang.String name)
      Returns the 'Qualifier Keyword' literal with the specified name.
      QualifierKeyword Qualifier.getKeyword()
      Returns the value of the 'Keyword' attribute.
      QualifierKeyword LibraryClause.getQualifierKeyword()
      Returns the value of the 'Qualifier Keyword' attribute.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type QualifierKeyword 
      Modifier and Type Method and Description
      void Qualifier.setKeyword(QualifierKeyword value)
      Sets the value of the 'Keyword' attribute.
      void LibraryClause.setQualifierKeyword(QualifierKeyword value)
      Sets the value of the 'Qualifier Keyword' attribute.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes