Uses of Enum Class
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 UnaryOperatorKindURI syntax to enumeration valueUnary.getOperator()static UnaryOperatorKindReturns the enum constant of this class with the specified name.static UnaryOperatorKind[]UnaryOperatorKind.values()Returns an array containing the constants of this enum class, 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 traversedUnaryexpression -
Uses of UnaryOperatorKind in org.apache.olingo.server.core.debug
Methods in org.apache.olingo.server.core.debug with parameters of type UnaryOperatorKindModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeExpressionJsonVisitor.visitUnaryOperator(UnaryOperatorKind operator, com.fasterxml.jackson.databind.JsonNode operand) -
Uses of UnaryOperatorKind in org.apache.olingo.server.core.uri.queryoption.expression
Methods in org.apache.olingo.server.core.uri.queryoption.expression that return UnaryOperatorKindConstructors in org.apache.olingo.server.core.uri.queryoption.expression with parameters of type UnaryOperatorKindModifierConstructorDescriptionUnaryImpl(UnaryOperatorKind operator, Expression expression, EdmType type)