com.ibm.etools.cobol.application.model.cobol
Interface QualifiedRef

All Superinterfaces:
ASTNode, DataRef, DataRefOrIndexRef, DataRefOrLiteral, DataRefOrLiteralOrIndexRef, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface QualifiedRef
extends DataRef

A representation of a qualified reference to a data item.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getSimpleRef

SimpleRef getSimpleRef()
Returns the value of the 'Simple Ref' containment reference.

The value is a reference to the data item being qualified.

Returns:
the value of the 'Simple Ref' containment reference.
See Also:
setSimpleRef(SimpleRef), COBOLPackage.getQualifiedRef_SimpleRef()

setSimpleRef

void setSimpleRef(SimpleRef value)
Sets the value of the 'Simple Ref' containment reference.

Parameters:
value - the new value of the 'Simple Ref' containment reference.
See Also:
getSimpleRef()

getQualifiers

java.util.List getQualifiers()
Returns the value of the 'Qualifiers' containment reference list. The list contents are of type Qualifier.

The items in the list are qualifiers.

Returns:
the value of the 'Qualifiers' containment reference list.
See Also:
COBOLPackage.getQualifiedRef_Qualifiers()