public class UnaryImpl extends Object implements org.apache.olingo.server.api.uri.queryoption.expression.Unary
| Constructor and Description |
|---|
UnaryImpl(org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind operator,
org.apache.olingo.server.api.uri.queryoption.expression.Expression expression,
org.apache.olingo.commons.api.edm.EdmType type) |
| 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 |
getOperand() |
org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind |
getOperator() |
org.apache.olingo.commons.api.edm.EdmType |
getType() |
String |
toString() |
public UnaryImpl(org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind operator,
org.apache.olingo.server.api.uri.queryoption.expression.Expression expression,
org.apache.olingo.commons.api.edm.EdmType type)
public org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind getOperator()
getOperator in interface org.apache.olingo.server.api.uri.queryoption.expression.Unarypublic org.apache.olingo.server.api.uri.queryoption.expression.Expression getOperand()
getOperand in interface org.apache.olingo.server.api.uri.queryoption.expression.Unarypublic org.apache.olingo.commons.api.edm.EdmType getType()
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–2019 The Apache Software Foundation. All rights reserved.