| Package | Description |
|---|---|
| com.lexmark.saperion.search.expression |
| Modifier and Type | Method and Description |
|---|---|
BinaryOperation.Operator |
BinaryOperation.getOperator() |
static BinaryOperation.Operator |
BinaryOperation.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryOperation.Operator[] |
BinaryOperation.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryOperation.setOperator(BinaryOperation.Operator operator) |
| Constructor and Description |
|---|
BinaryOperation(String fieldName,
BinaryOperation.Operator operator,
Literal<?> value) |
BinaryOperation(String fieldName,
BinaryOperation.Operator operator,
Number value) |
BinaryOperation(String fieldName,
BinaryOperation.Operator operator,
String value) |
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.