public abstract class AttributeQuery<T> extends AtomicQuery
| Constructor and Description |
|---|
AttributeQuery(Attribute<T> attribute,
Operator op,
Iterable<T> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Attribute<T> |
getAttribute() |
String |
getAttributeName() |
Operator |
getOperator() |
List<T> |
getValue() |
int |
hashCode() |
void |
setAttribute(Attribute<T> attribute) |
void |
setValue(List<T> value) |
String |
toString() |
acceptCopyright © 2014. All rights reserved.