| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()