|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MergeStmt
A representation of a MERGE statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getMergeStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
Alphabet |
getCollatingSequence()
Returns the value of the 'Collating Sequence' reference. |
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference. |
IOFilesOrProcedure |
getGivingOrOutputProc()
Returns the value of the 'Giving Or Output Proc' containment reference. |
java.util.List |
getOnKeyClauses()
Returns the value of the 'On Key Clauses' containment reference list. |
IOFiles |
getUsing()
Returns the value of the 'Using' containment reference. |
void |
setCollatingSequence(Alphabet value)
Sets the value of the ' Collating Sequence' reference. |
void |
setFile(FileDescriptionEntry value)
Sets the value of the ' File' reference. |
void |
setGivingOrOutputProc(IOFilesOrProcedure value)
Sets the value of the ' Giving Or Output Proc' containment reference. |
void |
setUsing(IOFiles value)
Sets the value of the ' Using' 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 |
|---|
FileDescriptionEntry getFile()
setFile(FileDescriptionEntry),
COBOLPackage.getMergeStmt_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()java.util.List getOnKeyClauses()
OnKeyClause.
The list contains a representation of the ON KEY clauses.
COBOLPackage.getMergeStmt_OnKeyClauses()Alphabet getCollatingSequence()
The value is the alphabet in the COLLATING SEQUENCE clause.
setCollatingSequence(Alphabet),
COBOLPackage.getMergeStmt_CollatingSequence()void setCollatingSequence(Alphabet value)
Collating Sequence' reference.
value - the new value of the 'Collating Sequence' reference.getCollatingSequence()IOFiles getUsing()
The value is a representation of the files specified in the USING clause.
setUsing(IOFiles),
COBOLPackage.getMergeStmt_Using()void setUsing(IOFiles value)
Using' containment reference.
value - the new value of the 'Using' containment reference.getUsing()IOFilesOrProcedure getGivingOrOutputProc()
The value is either the files in the GIVING clause or the procedures in the OUTPUT PROCEDURE clause.
setGivingOrOutputProc(IOFilesOrProcedure),
COBOLPackage.getMergeStmt_GivingOrOutputProc()void setGivingOrOutputProc(IOFilesOrProcedure value)
Giving Or Output Proc' containment reference.
value - the new value of the 'Giving Or Output Proc' containment reference.getGivingOrOutputProc()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||