Uses of Enum Class
org.apache.olingo.server.api.uri.queryoption.search.SearchBinaryOperatorKind
Packages that use SearchBinaryOperatorKind
Package
Description
Olingo Server API - URI - QueryOptions - Search
-
Uses of SearchBinaryOperatorKind in org.apache.olingo.server.api.uri.queryoption.search
Methods in org.apache.olingo.server.api.uri.queryoption.search that return SearchBinaryOperatorKindModifier and TypeMethodDescriptionstatic SearchBinaryOperatorKindSearchBinary.getOperator()static SearchBinaryOperatorKindReturns the enum constant of this class with the specified name.static SearchBinaryOperatorKind[]SearchBinaryOperatorKind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SearchBinaryOperatorKind in org.apache.olingo.server.core.uri.parser.search
Methods in org.apache.olingo.server.core.uri.parser.search that return SearchBinaryOperatorKindConstructors in org.apache.olingo.server.core.uri.parser.search with parameters of type SearchBinaryOperatorKindModifierConstructorDescriptionSearchBinaryImpl(SearchExpression left, SearchBinaryOperatorKind operator, SearchExpression right)