| Package | Description | 
|---|---|
| org.apache.olingo.server.api.uri.queryoption.expression | Olingo Server API - URI - QueryOptions - Expressions
 
 The uri.queryoption.expression package is used to condense all about
 the Olingo expressions within the query options (in uri context). | 
| Modifier and Type | Method and Description | 
|---|---|
| static BinaryOperatorKind | BinaryOperatorKind. get(String operator)URI syntax to enumeration value | 
| BinaryOperatorKind | Binary. getOperator() | 
| static BinaryOperatorKind | BinaryOperatorKind. valueOf(String name)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. | 
| Modifier and Type | Method and Description | 
|---|---|
| T | ExpressionVisitor. visitBinaryOperator(BinaryOperatorKind operator,
                   T left,
                   List<T> right)Called for each traversed  Binaryexpression | 
| T | ExpressionVisitor. visitBinaryOperator(BinaryOperatorKind operator,
                   T left,
                   T right)Called for each traversed  Binaryexpression | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.