public interface AlternateKeyClause extends ASTNode
The following features are supported:
COBOLPackage.getAlternateKeyClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()