public class IntegerAttributeQuery extends AttributeQuery<Integer>
| Constructor and Description |
|---|
IntegerAttributeQuery(Attribute<Integer> attribute,
ComparableOperator op,
Iterable<Integer> values) |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
accept(ComparableOperatorVisitor<V> visitor) |
<V> V |
accept(QueryVisitor<V> visitor) |
equals, getAttribute, getAttributeName, getOperator, getValue, hashCode, setAttribute, setValue, toStringpublic IntegerAttributeQuery(Attribute<Integer> attribute, ComparableOperator op, Iterable<Integer> values)
public <V> V accept(QueryVisitor<V> visitor)
accept in class AtomicQuerypublic <V> V accept(ComparableOperatorVisitor<V> visitor)
Copyright © 2014. All rights reserved.