| Package | Description |
|---|---|
| com.redhat.thermostat.storage.query |
| Modifier and Type | Method and Description |
|---|---|
static BinaryComparisonOperator |
BinaryComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryComparisonOperator[] |
BinaryComparisonOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryComparisonExpression(LiteralExpression<Key<T>> leftOperand,
BinaryComparisonOperator operator,
LiteralExpression<T> rightOperand)
Constructs a
BinaryComparisonExpression whose operands are
a LiteralExpression for a Key and a LiteralExpression
for the value to compare against the key. |
Copyright © 2015. All rights reserved.