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