Package | Description |
---|---|
com.redhat.thermostat.storage.query |
Modifier and Type | Method and Description |
---|---|
static BinaryLogicalOperator |
BinaryLogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryLogicalOperator[] |
BinaryLogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BinaryLogicalExpression(S leftOperand,
BinaryLogicalOperator operator,
T rightOperand)
Constructs a
BinaryLogicalExpression whose operands are
expressions joined by a BinaryLogicalOperator . |
Copyright © 2017. All rights reserved.