|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A subtype of IBIOperation
, multiplies the two operands
factor1
and factor2
. The result of the operation
is factor1
* factor2
.
Method Summary | |
IBIInputReference |
getFactor1()
The first operand of the operation, left of the * sign. |
IBIInputReference |
getFactor2()
The first operand of the operation, right of the * sign. |
void |
setFactor1(IBIInputReference newValue)
The first operand of the operation, left of the * sign. |
void |
setFactor2(IBIInputReference newValue)
The first operand of the operation, right of the * 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 getFactor1() throws javax.jmi.reflect.JmiException
The first operand of the operation, left of the * sign.
public void setFactor1(IBIInputReference newValue) throws javax.jmi.reflect.JmiException
The first operand of the operation, left of the * sign.
public IBIInputReference getFactor2() throws javax.jmi.reflect.JmiException
The first operand of the operation, right of the * sign.
public void setFactor2(IBIInputReference newValue) throws javax.jmi.reflect.JmiException
The first operand of the operation, right of the * sign.
|
SAP BI Java SDK | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |