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