Uses of Enum Class
org.apache.olingo.odata2.api.uri.expression.UnaryOperator
Packages that use UnaryOperator
Package
Description
Expression Parser
-
Uses of UnaryOperator in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return UnaryOperatorModifier and TypeMethodDescriptionUnaryExpression.getOperator()static UnaryOperatorReturns the enum constant of this class with the specified name.static UnaryOperator[]UnaryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type UnaryOperatorModifier and TypeMethodDescriptionExpressionVisitor.visitUnary(UnaryExpression unaryExpression, UnaryOperator operator, Object operand) Visits a unary expression -
Uses of UnaryOperator in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return UnaryOperatorMethods in org.apache.olingo.odata2.core.uri.expression with parameters of type UnaryOperatorModifier and TypeMethodDescriptionJsonVisitor.visitUnary(UnaryExpression unaryExpression, UnaryOperator operator, Object operand)