public interface QualifiedRef extends DataRef
The following features are supported:
COBOLPackage.getQualifiedRef()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getQualifiers()
Returns the value of the 'Qualifiers' containment reference list.
|
SimpleRef |
getSimpleRef()
Returns the value of the 'Simple Ref' containment reference.
|
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
SimpleRef getSimpleRef()
The value is a reference to the data item being qualified.
setSimpleRef(SimpleRef),
COBOLPackage.getQualifiedRef_SimpleRef()void setSimpleRef(SimpleRef value)
Simple Ref' containment reference.
value - the new value of the 'Simple Ref' containment reference.getSimpleRef()java.util.List getQualifiers()
Qualifier.
The items in the list are qualifiers.
COBOLPackage.getQualifiedRef_Qualifiers()