Package | Description |
---|---|
com.redhat.thermostat.storage.query |
Modifier and Type | Method and Description |
---|---|
static UnaryLogicalOperator |
UnaryLogicalOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnaryLogicalOperator[] |
UnaryLogicalOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UnaryLogicalExpression(T operand,
UnaryLogicalOperator operator)
Constructs a
UnaryLogicalExpression given an operand
and a UnaryLogicalOperator . |
Copyright © 2015. All Rights Reserved.