|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SortStmt
A representation of a SORT statement in the PROCEDURE division.
The following features are supported:
FileOn Key ClausesWith Duplicates In OrderCollating SequenceUsing Or Input ProcGiving Or Output Proc
COBOLPackage.getSortStmt()| 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. |
IOFilesOrProcedure |
getUsingOrInputProc()
Returns the value of the 'Using Or Input Proc' containment reference. |
boolean |
isWithDuplicatesInOrder()
Returns the value of the 'With Duplicates In Order' attribute. |
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 |
setUsingOrInputProc(IOFilesOrProcedure value)
Sets the value of the ' Using Or Input Proc' containment reference. |
void |
setWithDuplicatesInOrder(boolean value)
Sets the value of the ' With Duplicates In Order' attribute. |
| 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.getSortStmt_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()java.util.List getOnKeyClauses()
OnKeyClause.
The list contains representations of the KEY clauses.
COBOLPackage.getSortStmt_OnKeyClauses()boolean isWithDuplicatesInOrder()
Returns true if the WITH DUPLICATES IN ORDER clause is present; false otherwise.
setWithDuplicatesInOrder(boolean),
COBOLPackage.getSortStmt_WithDuplicatesInOrder()void setWithDuplicatesInOrder(boolean value)
With Duplicates In Order' attribute.
value - the new value of the 'With Duplicates In Order' attribute.isWithDuplicatesInOrder()Alphabet getCollatingSequence()
The value is the alphabet in the COLLATING SEQUENCE clause.
setCollatingSequence(Alphabet),
COBOLPackage.getSortStmt_CollatingSequence()void setCollatingSequence(Alphabet value)
Collating Sequence' reference.
value - the new value of the 'Collating Sequence' reference.getCollatingSequence()IOFilesOrProcedure getUsingOrInputProc()
The value is either the files in the USING clause or the procedures in the INPUT PROCEDURE clause.
setUsingOrInputProc(IOFilesOrProcedure),
COBOLPackage.getSortStmt_UsingOrInputProc()void setUsingOrInputProc(IOFilesOrProcedure value)
Using Or Input Proc' containment reference.
value - the new value of the 'Using Or Input Proc' containment reference.getUsingOrInputProc()IOFilesOrProcedure getGivingOrOutputProc()
The value is either the files in the GIVING clause or the procedures in the OUTPUT PROCEDURE clause.
setGivingOrOutputProc(IOFilesOrProcedure),
COBOLPackage.getSortStmt_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 | |||||||||