public interface DivideByGivingRemainderStmt extends DivideByGivingStmt
The following features are supported:
COBOLPackage.getDivideByGivingRemainderStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
ArithOperand |
getGiving()
Returns the value of the 'Giving' containment reference.
|
DataRef |
getRemainder()
Returns the value of the 'Remainder' containment reference.
|
void |
setGiving(ArithOperand value)
Sets the value of the '
Giving' containment reference. |
void |
setRemainder(DataRef value)
Sets the value of the '
Remainder' containment reference. |
getBy, setBygetDivide, isEndDivideUsed, setDivide, setEndDivideUsedgetNotOnSizeError, getOnSizeErrorgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
ArithOperand getGiving()
The value is the data item specified in the GIVING clause.
setGiving(ArithOperand),
COBOLPackage.getDivideByGivingRemainderStmt_Giving()void setGiving(ArithOperand value)
Giving' containment reference.
value - the new value of the 'Giving' containment reference.getGiving()DataRef getRemainder()
The value is the data item specified in the REMAINDER clause.
setRemainder(DataRef),
COBOLPackage.getDivideByGivingRemainderStmt_Remainder()void setRemainder(DataRef value)
Remainder' containment reference.
value - the new value of the 'Remainder' containment reference.getRemainder()