public interface SetIndicesStmt extends SetStmt
The following features are supported:
COBOLPackage.getSetIndicesStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getReceivingAreas()
Returns the value of the 'Receiving Areas' containment reference list.
|
DataRefOrLiteralOrIndexRef |
getSendingArea()
Returns the value of the 'Sending Area' containment reference.
|
void |
setSendingArea(DataRefOrLiteralOrIndexRef value)
Sets the value of the '
Sending Area' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getReceivingAreas()
DataRefOrIndexRef.
The list contains the data items and indexes specified as receiving areas.
COBOLPackage.getSetIndicesStmt_ReceivingAreas()DataRefOrLiteralOrIndexRef getSendingArea()
The value is the data item or literal or index specified as a sending area.
setSendingArea(DataRefOrLiteralOrIndexRef),
COBOLPackage.getSetIndicesStmt_SendingArea()void setSendingArea(DataRefOrLiteralOrIndexRef value)
Sending Area' containment reference.
value - the new value of the 'Sending Area' containment reference.getSendingArea()