|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OnKeyClause
A representation of an ON KEY clause in a MERGE or SORT statement.
The following features are supported:
COBOLPackage.getOnKeyClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.util.List |
getKey()
Returns the value of the 'Key' reference list. |
boolean |
isAscending()
Returns the value of the 'Ascending' attribute. |
void |
setAscending(boolean value)
Sets the value of the ' Ascending' 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 |
|---|
boolean isAscending()
The value is true if ASCENDING is present; false if DESCENDING is present.
setAscending(boolean),
COBOLPackage.getOnKeyClause_Ascending()void setAscending(boolean value)
Ascending' attribute.
value - the new value of the 'Ascending' attribute.isAscending()java.util.List getKey()
AbstractDataItem.
The list contains the data items specified in the ON KEY clause.
COBOLPackage.getOnKeyClause_Key()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||