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

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Qualifier
extends ASTNode

A representation of a qualifier in a qualified reference.

The following features are supported:

See Also:
COBOLPackage.getQualifier()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 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.
 
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

getKeyword

QualifierKeyword getKeyword()
Returns the value of the 'Keyword' attribute. The literals are from the enumeration QualifierKeyword.

The value is a representation of either the keyword IN or the keyword OF.

Returns:
the value of the 'Keyword' attribute.
See Also:
QualifierKeyword, setKeyword(QualifierKeyword), COBOLPackage.getQualifier_Keyword()

setKeyword

void setKeyword(QualifierKeyword value)
Sets the value of the 'Keyword' attribute.

Parameters:
value - the new value of the 'Keyword' attribute.
See Also:
QualifierKeyword, getKeyword()

getSimpleRef

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

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.

Returns:
the value of the 'Simple Ref' containment reference.
See Also:
setSimpleRef(SimpleRef), COBOLPackage.getQualifier_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()

getFile

FileDescriptionEntry getFile()
Returns the value of the 'File' reference.

The value is the file description entry that appears in the qualifier; if a data item appears in the qualifier, the value is null.

Returns:
the value of the 'File' reference.
See Also:
setFile(FileDescriptionEntry), COBOLPackage.getQualifier_File()

setFile

void setFile(FileDescriptionEntry value)
Sets the value of the 'File' reference.

Parameters:
value - the new value of the 'File' reference.
See Also:
getFile()