Class UnaryExpressionImpl
java.lang.Object
org.apache.olingo.odata2.core.uri.expression.UnaryExpressionImpl
- All Implemented Interfaces:
CommonExpression,UnaryExpression,Visitable
-
Constructor Summary
ConstructorsConstructorDescriptionUnaryExpressionImpl(org.apache.olingo.odata2.core.uri.expression.InfoUnaryOperator operatorInfo, CommonExpression operand) -
Method Summary
Modifier and TypeMethodDescriptionaccept(ExpressionVisitor visitor) getKind()setEdmType(EdmType edmType)
-
Constructor Details
-
UnaryExpressionImpl
public UnaryExpressionImpl(org.apache.olingo.odata2.core.uri.expression.InfoUnaryOperator operatorInfo, CommonExpression operand)
-
-
Method Details
-
getKind
- Specified by:
getKindin interfaceCommonExpression
-
getOperator
- Specified by:
getOperatorin interfaceUnaryExpression
-
getOperand
- Specified by:
getOperandin interfaceUnaryExpression
-
getEdmType
- Specified by:
getEdmTypein interfaceCommonExpression
-
setEdmType
- Specified by:
setEdmTypein interfaceCommonExpression
-
getUriLiteral
- Specified by:
getUriLiteralin interfaceCommonExpression
-
accept
public Object accept(ExpressionVisitor visitor) throws ExceptionVisitExpression, ODataApplicationException - Specified by:
acceptin interfaceVisitable- Throws:
ExceptionVisitExpressionODataApplicationException
-