public interface MoveCorrStmt extends MoveStmt
The following features are supported:
COBOLPackage.getMoveCorrStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRef |
getReceivingArea()
Returns the value of the 'Receiving Area' containment reference.
|
DataRef |
getSendingArea()
Returns the value of the 'Sending Area' containment reference.
|
void |
setReceivingArea(DataRef value)
Sets the value of the '
Receiving Area' containment reference. |
void |
setSendingArea(DataRef 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
DataRef getSendingArea()
setSendingArea(DataRef),
COBOLPackage.getMoveCorrStmt_SendingArea()void setSendingArea(DataRef value)
Sending Area' containment reference.
value - the new value of the 'Sending Area' containment reference.getSendingArea()DataRef getReceivingArea()
setReceivingArea(DataRef),
COBOLPackage.getMoveCorrStmt_ReceivingArea()void setReceivingArea(DataRef value)
Receiving Area' containment reference.
value - the new value of the 'Receiving Area' containment reference.getReceivingArea()