public interface DataItemClause extends ASTNode
The following features are supported:
COBOLPackage.getDataItemClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getDataItem()
Returns the value of the 'Data Item' containment reference.
|
WhenClause |
getWhenClause()
Returns the value of the 'When Clause' containment reference.
|
void |
setDataItem(DataRef value)
Sets the value of the '
Data Item' containment reference. |
void |
setWhenClause(WhenClause value)
Sets the value of the '
When Clause' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getDataItem()
The value is a reference to the data item being suppressed.
setDataItem(DataRef),
COBOLPackage.getDataItemClause_DataItem()void setDataItem(DataRef value)
Data Item' containment reference.
value - the new value of the 'Data Item' containment reference.getDataItem()WhenClause getWhenClause()
The value is a representation of the WHEN clause.
setWhenClause(WhenClause),
COBOLPackage.getDataItemClause_WhenClause()void setWhenClause(WhenClause value)
When Clause' containment reference.
value - the new value of the 'When Clause' containment reference.getWhenClause()