public class BinaryImpl extends ExpressionImpl implements org.apache.olingo.server.api.uri.queryoption.expression.Binary
| Constructor and Description |
|---|
BinaryImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor) |
org.apache.olingo.server.api.uri.queryoption.expression.Expression |
getLeftOperand() |
org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind |
getOperator() |
org.apache.olingo.server.api.uri.queryoption.expression.Expression |
getRightOperand() |
void |
setLeftOperand(ExpressionImpl operand) |
org.apache.olingo.server.api.uri.queryoption.expression.Binary |
setOperator(org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind operator) |
void |
setRightOperand(ExpressionImpl operand) |
public org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind getOperator()
getOperator in interface org.apache.olingo.server.api.uri.queryoption.expression.Binarypublic org.apache.olingo.server.api.uri.queryoption.expression.Binary setOperator(org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind operator)
public org.apache.olingo.server.api.uri.queryoption.expression.Expression getLeftOperand()
getLeftOperand in interface org.apache.olingo.server.api.uri.queryoption.expression.Binarypublic void setLeftOperand(ExpressionImpl operand)
public org.apache.olingo.server.api.uri.queryoption.expression.Expression getRightOperand()
getRightOperand in interface org.apache.olingo.server.api.uri.queryoption.expression.Binarypublic void setRightOperand(ExpressionImpl operand)
public <T> T accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor)
throws org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException,
org.apache.olingo.server.api.ODataApplicationException
accept in interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpressionorg.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitExceptionorg.apache.olingo.server.api.ODataApplicationExceptionCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.