|
CAF SAP NetWeaver CE 7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sap.caf.core.services.bi.BICompositeExpression
public class BICompositeExpression
Class representing a BI Composite expression
| Constructor Summary | |
|---|---|
BICompositeExpression()
|
|
| Method Summary | |
|---|---|
IBIExpression |
getLeftExpression()
Returns the value of the left expression. |
BILogicalOperator |
getOperator()
Returns the value of the logical operator. |
IBIExpression |
getRightExpression()
Returns the value of the right expression. |
void |
setLeftExpression(IBIExpression value)
Sets the value of the left expression. |
void |
setOperator(BILogicalOperator value)
Sets the value of the logical operator. |
void |
setRightExpression(IBIExpression value)
Sets the value of the right expression. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BICompositeExpression()
| Method Detail |
|---|
public BILogicalOperator getOperator()
setOperator(com.sap.caf.core.services.bi.BILogicalOperator)public void setOperator(BILogicalOperator value)
value - a BILogicalOperator object specifying the operator valuegetOperator()public IBIExpression getLeftExpression()
setLeftExpression(com.sap.caf.core.services.bi.IBIExpression)public void setLeftExpression(IBIExpression value)
value - an IBIExpression object specifying the left expression valuegetLeftExpression()public IBIExpression getRightExpression()
setRightExpression(com.sap.caf.core.services.bi.IBIExpression)public void setRightExpression(IBIExpression value)
value - an IBIExpression object specifying the right expression valuegetRightExpression()
|
CAF SAP NetWeaver CE 7.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||