Uses of Enum Class
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 BinaryOperatorKindURI syntax to enumeration valueBinary.getOperator()static BinaryOperatorKindReturns the enum constant of this class with the specified name.static BinaryOperatorKind[]BinaryOperatorKind.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 BinaryOperatorKindModifier and TypeMethodDescriptionExpressionVisitor.visitBinaryOperator(BinaryOperatorKind operator, T left, List<T> right) Called for each traversedBinaryexpressionExpressionVisitor.visitBinaryOperator(BinaryOperatorKind operator, T left, T right) Called for each traversedBinaryexpression -
Uses of BinaryOperatorKind in org.apache.olingo.server.core.debug
Methods in org.apache.olingo.server.core.debug with parameters of type BinaryOperatorKindModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeExpressionJsonVisitor.visitBinaryOperator(BinaryOperatorKind operator, com.fasterxml.jackson.databind.JsonNode left, com.fasterxml.jackson.databind.JsonNode right) com.fasterxml.jackson.databind.JsonNodeExpressionJsonVisitor.visitBinaryOperator(BinaryOperatorKind operator, com.fasterxml.jackson.databind.JsonNode left, List<com.fasterxml.jackson.databind.JsonNode> right) -
Uses of BinaryOperatorKind in org.apache.olingo.server.core.uri.queryoption.expression
Methods in org.apache.olingo.server.core.uri.queryoption.expression that return BinaryOperatorKindConstructors in org.apache.olingo.server.core.uri.queryoption.expression with parameters of type BinaryOperatorKindModifierConstructorDescriptionBinaryImpl(Expression left, BinaryOperatorKind operator, List<Expression> right, EdmType type) BinaryImpl(Expression left, BinaryOperatorKind operator, Expression right, EdmType type)