Package | Description |
---|---|
org.apache.olingo.server.api.uri.queryoption.expression |
Olingo Server API - URI - QueryOptions - Expressions
|
Modifier and Type | Method and Description |
---|---|
static UnaryOperatorKind |
UnaryOperatorKind.get(String operator)
URI syntax to enumeration value
|
UnaryOperatorKind |
Unary.getOperator() |
static UnaryOperatorKind |
UnaryOperatorKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryOperatorKind[] |
UnaryOperatorKind.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.visitUnaryOperator(UnaryOperatorKind operator,
T operand)
Called for each traversed
Unary expression |
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.