public abstract class IntegerRangePredicate<T> extends IndexPredicate<T>
| Modifier | Constructor and Description |
|---|---|
protected |
IntegerRangePredicate(FieldDef<T,Integer> type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCost() |
int |
getMaximumValue()
Return the maximum value of this predicate's range, inclusive.
|
int |
getMinimumValue()
Return the minimum value of this predicate's range, inclusive.
|
protected abstract int |
getValueInt(T object) |
boolean |
match(T object)
Does this predicate match this object?
|
getField, getTypecopy, equals, getOperator, getValue, hashCode, toStringand, and, any, getChild, getChildCount, getChildren, not, or, orprotected abstract int getValueInt(T object) throws com.google.gwtorm.server.OrmException
com.google.gwtorm.server.OrmExceptionpublic boolean match(T object) throws com.google.gwtorm.server.OrmException
Predicatepublic int getMinimumValue()
public int getMaximumValue()