|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QualifiedRef
A representation of a qualified reference to a data item.
The following features are supported:
COBOLPackage.getQualifiedRef()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||