|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Qualifier
A representation of a qualifier in a qualified reference.
The following features are supported:
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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||