| 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.
|
DataRef |
getDataRef()
Returns the value of the 'Data Ref' reference.
|
java.util.List |
getOnKeyClauses()
Returns the value of the 'On Key Clauses' containment reference list.
|
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 |
setDataRef(DataRef value)
Sets the value of the '
Data Ref' reference. |
void |
setWithDuplicatesInOrder(boolean value)
Sets the value of the '
With Duplicates In Order' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getDataRef()
If the meaning of the 'Data Ref' reference isn't clear, there really should be more of a description here...
setDataRef(DataRef),
COBOLPackage.getSortTableStmt_DataRef()void setDataRef(DataRef value)
Data Ref' reference.
value - the new value of the 'Data Ref' reference.getDataRef()java.util.List getOnKeyClauses()
OnKeyClause.
If the meaning of the 'On Key Clauses' containment reference list isn't clear, there really should be more of a description here...
COBOLPackage.getSortTableStmt_OnKeyClauses()boolean isWithDuplicatesInOrder()
If the meaning of the 'With Duplicates In Order' attribute isn't clear, there really should be more of a description here...
setWithDuplicatesInOrder(boolean),
COBOLPackage.getSortTableStmt_WithDuplicatesInOrder()void setWithDuplicatesInOrder(boolean value)
With Duplicates In Order' attribute.
value - the new value of the 'With Duplicates In Order' attribute.isWithDuplicatesInOrder()Alphabet getCollatingSequence()
If the meaning of the 'Collating Sequence' reference isn't clear, there really should be more of a description here...
setCollatingSequence(Alphabet),
COBOLPackage.getSortTableStmt_CollatingSequence()void setCollatingSequence(Alphabet value)
Collating Sequence' reference.
value - the new value of the 'Collating Sequence' reference.getCollatingSequence()