Uses of Enum
org.apache.olingo.server.api.uri.queryoption.expression.BinaryOperatorKind
Packages that use BinaryOperatorKind
Package
Description
Olingo Server API - URI - QueryOptions - Expressions
-
Uses of BinaryOperatorKind in org.apache.olingo.server.api.uri.queryoption.expression
Methods in org.apache.olingo.server.api.uri.queryoption.expression that return BinaryOperatorKindModifier and TypeMethodDescriptionstatic BinaryOperatorKind
URI syntax to enumeration valueBinary.getOperator()
static BinaryOperatorKind
Returns the enum constant of this type with the specified name.static BinaryOperatorKind[]
BinaryOperatorKind.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 BinaryOperatorKindModifier and TypeMethodDescriptionExpressionVisitor.visitBinaryOperator
(BinaryOperatorKind operator, T left, List<T> right) Called for each traversedBinary
expressionExpressionVisitor.visitBinaryOperator
(BinaryOperatorKind operator, T left, T right) Called for each traversedBinary
expression