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