| Package | Description |
|---|---|
| com.sap.cloud.sdk.service.prov.api.filter |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionOperatorTypes.OPERATOR |
ExpressionOperatorTypes.OPERATOR.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionOperatorTypes.OPERATOR[] |
ExpressionOperatorTypes.OPERATOR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExpressionAPIUtility.hasOperator(ExpressionNode currentNode,
ExpressionOperatorTypes.OPERATOR operator)
Checks whether an operator is used in a filter expression.
|
default boolean |
ExpressionNode.hasOperator(ExpressionOperatorTypes.OPERATOR operator)
Checks whether an operator is used in the current filter expression.
|
Copyright © 2020 SAP. All Rights Reserved.