| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference.
|
QualifierKeyword |
getKeyword()
Returns the value of the 'Keyword' attribute.
|
SimpleRef |
getSimpleRef()
Returns the value of the 'Simple Ref' containment reference.
|
void |
setFile(FileDescriptionEntry value)
Sets the value of the '
File' reference. |
void |
setKeyword(QualifierKeyword value)
Sets the value of the '
Keyword' attribute. |
void |
setSimpleRef(SimpleRef value)
Sets the value of the '
Simple Ref' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
QualifierKeyword getKeyword()
QualifierKeyword.
The value is a representation of either the keyword IN or the keyword OF.
QualifierKeyword,
setKeyword(QualifierKeyword),
COBOLPackage.getQualifier_Keyword()void setKeyword(QualifierKeyword value)
Keyword' attribute.
value - the new value of the 'Keyword' attribute.QualifierKeyword,
getKeyword()SimpleRef getSimpleRef()
The value is a reference to the data item that appears in the qualifier; if a file description entry is referenced, the value is null.
setSimpleRef(SimpleRef),
COBOLPackage.getQualifier_SimpleRef()void setSimpleRef(SimpleRef value)
Simple Ref' containment reference.
value - the new value of the 'Simple Ref' containment reference.getSimpleRef()FileDescriptionEntry getFile()
The value is the file description entry that appears in the qualifier; if a data item appears in the qualifier, the value is null.
setFile(FileDescriptionEntry),
COBOLPackage.getQualifier_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()