CAF SAP NetWeaver CE 7.1

com.sap.caf.core.services.bi
Class BICompositeExpression

java.lang.Object
  extended by com.sap.caf.core.services.bi.BICompositeExpression
All Implemented Interfaces:
IBIExpression, java.io.Serializable

public class BICompositeExpression
extends java.lang.Object
implements IBIExpression

Class representing a BI Composite expression

See Also:
Serialized Form

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

BICompositeExpression

public BICompositeExpression()
Method Detail

getOperator

public BILogicalOperator getOperator()
Returns the value of the logical operator.

Returns:
a BILogicalOperator object representing the operator value
See Also:
setOperator(com.sap.caf.core.services.bi.BILogicalOperator)

setOperator

public void setOperator(BILogicalOperator value)
Sets the value of the logical operator.

Parameters:
value - a BILogicalOperator object specifying the operator value
See Also:
getOperator()

getLeftExpression

public IBIExpression getLeftExpression()
Returns the value of the left expression.

Returns:
an IBIExpression object representing the left expression value
See Also:
setLeftExpression(com.sap.caf.core.services.bi.IBIExpression)

setLeftExpression

public void setLeftExpression(IBIExpression value)
Sets the value of the left expression.

Parameters:
value - an IBIExpression object specifying the left expression value
See Also:
getLeftExpression()

getRightExpression

public IBIExpression getRightExpression()
Returns the value of the right expression.

Returns:
an IBIExpression object representing the right expression value
See Also:
setRightExpression(com.sap.caf.core.services.bi.IBIExpression)

setRightExpression

public void setRightExpression(IBIExpression value)
Sets the value of the right expression.

Parameters:
value - an IBIExpression object specifying the right expression value
See Also:
getRightExpression()

CAF SAP NetWeaver CE 7.1