| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLibraryName()
Returns the value of the 'Library Name' attribute.
|
Literal |
getLiteral()
Returns the value of the 'Literal' containment reference.
|
QualifierKeyword |
getQualifierKeyword()
Returns the value of the 'Qualifier Keyword' attribute.
|
void |
setLibraryName(java.lang.String value)
Sets the value of the '
Library Name' attribute. |
void |
setLiteral(Literal value)
Sets the value of the '
Literal' containment reference. |
void |
setQualifierKeyword(QualifierKeyword value)
Sets the value of the '
Qualifier Keyword' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
QualifierKeyword getQualifierKeyword()
QualifierKeyword.
The value represents the qualifier keyword, either IN or OF.
QualifierKeyword,
setQualifierKeyword(QualifierKeyword),
COBOLPackage.getLibraryClause_QualifierKeyword()void setQualifierKeyword(QualifierKeyword value)
Qualifier Keyword' attribute.
value - the new value of the 'Qualifier Keyword' attribute.QualifierKeyword,
getQualifierKeyword()java.lang.String getLibraryName()
The value is the library name; if a literal is used, the value is null.
setLibraryName(String),
COBOLPackage.getLibraryClause_LibraryName()void setLibraryName(java.lang.String value)
Library Name' attribute.
value - the new value of the 'Library Name' attribute.getLibraryName()Literal getLiteral()
The value is the literal; if a library name is used, the value is null.
setLiteral(Literal),
COBOLPackage.getLibraryClause_Literal()void setLiteral(Literal value)
Literal' containment reference.
value - the new value of the 'Literal' containment reference.getLiteral()