Uses of Enum
org.apache.olingo.server.api.uri.queryoption.expression.UnaryOperatorKind
Packages that use UnaryOperatorKind
Package
Description
Olingo Server API - URI - QueryOptions - Expressions
-
Uses of UnaryOperatorKind in org.apache.olingo.server.api.uri.queryoption.expression
Methods in org.apache.olingo.server.api.uri.queryoption.expression that return UnaryOperatorKindModifier and TypeMethodDescriptionstatic UnaryOperatorKind
URI syntax to enumeration valueUnary.getOperator()
static UnaryOperatorKind
Returns the enum constant of this type with the specified name.static UnaryOperatorKind[]
UnaryOperatorKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.olingo.server.api.uri.queryoption.expression with parameters of type UnaryOperatorKindModifier and TypeMethodDescriptionExpressionVisitor.visitUnaryOperator
(UnaryOperatorKind operator, T operand) Called for each traversedUnary
expression