|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AlternateKeyClause
A representation of an alternate key clause in a file control entry of a file with indexed organization.
The following features are supported:
COBOLPackage.getAlternateKeyClause()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
AbstractDataItem |
getKey()
Returns the value of the 'Key' reference. |
AbstractDataItem |
getPassword()
Returns the value of the 'Password' reference. |
boolean |
isWithDuplicates()
Returns the value of the 'With Duplicates' attribute. |
void |
setKey(AbstractDataItem value)
Sets the value of the ' Key' reference. |
void |
setPassword(AbstractDataItem value)
Sets the value of the ' Password' reference. |
void |
setWithDuplicates(boolean value)
Sets the value of the ' With Duplicates' 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 |
|---|
AbstractDataItem getKey()
setKey(AbstractDataItem),
COBOLPackage.getAlternateKeyClause_Key()void setKey(AbstractDataItem value)
Key' reference.
value - the new value of the 'Key' reference.getKey()boolean isWithDuplicates()
The value is true if the DUPLICATES keyword is present; false otherwise.
setWithDuplicates(boolean),
COBOLPackage.getAlternateKeyClause_WithDuplicates()void setWithDuplicates(boolean value)
With Duplicates' attribute.
value - the new value of the 'With Duplicates' attribute.isWithDuplicates()AbstractDataItem getPassword()
setPassword(AbstractDataItem),
COBOLPackage.getAlternateKeyClause_Password()void setPassword(AbstractDataItem value)
Password' reference.
value - the new value of the 'Password' reference.getPassword()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||