|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A subtype of IBIOperation
, divides dividend by divisor.
The result of the operation is dividend / divisor
.
Method Summary | |
IBIInputReference |
getDividend()
The first operand of the operation, left of the division sign. |
IBIInputReference |
getDivisor()
The second operand of the operation, right of the division sign. |
void |
setDividend(IBIInputReference newValue)
The first operand of the operation, left of the division sign. |
void |
setDivisor(IBIInputReference newValue)
The second operand of the operation, right of the division sign. |
Methods inherited from interface com.sap.ip.bi.sdk.dac.olap.query.main.IBIIdentifiable |
getDescription, getId, getLabel, setDescription, setId, setLabel |
Methods inherited from interface javax.jmi.reflect.RefObject |
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
public IBIInputReference getDividend() throws javax.jmi.reflect.JmiException
The first operand of the operation, left of the division sign.
public void setDividend(IBIInputReference newValue) throws javax.jmi.reflect.JmiException
The first operand of the operation, left of the division sign.
public IBIInputReference getDivisor() throws javax.jmi.reflect.JmiException
The second operand of the operation, right of the division sign.
public void setDivisor(IBIInputReference newValue) throws javax.jmi.reflect.JmiException
The second operand of the operation, right of the division sign.
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |