|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A subtype of of IBIOperation
, adds the two operands referenced
by addend1
and addend2
. The result of the operation
is addend1 + addend2
.
Method Summary | |
IBIInputReference |
getAddend1()
The first operand of the operation. |
IBIInputReference |
getAddend2()
The second operand of the operation. |
void |
setAddend1(IBIInputReference newValue)
The first operand of the operation. |
void |
setAddend2(IBIInputReference newValue)
The second operand of the operation. |
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 getAddend1() throws javax.jmi.reflect.JmiException
The first operand of the operation.
public void setAddend1(IBIInputReference newValue) throws javax.jmi.reflect.JmiException
The first operand of the operation.
public IBIInputReference getAddend2() throws javax.jmi.reflect.JmiException
The second operand of the operation.
public void setAddend2(IBIInputReference newValue) throws javax.jmi.reflect.JmiException
The second operand of the operation.
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |