public abstract class IntegerRangeChangePredicate extends IntegerRangePredicate<ChangeData> implements Matchable<ChangeData>
name, value
Modifier | Constructor and Description |
---|---|
protected |
IntegerRangeChangePredicate(FieldDef<ChangeData,java.lang.Integer> type,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
int |
getCost() |
getMaximumValue, getMinimumValue, getValueInt, match
getField, getType
copy, equals, getOperator, getValue, hashCode, toString
and, and, any, asMatchable, estimateCost, getChild, getChildCount, getChildren, getLeafCount, isMatchable, not, or, or
protected IntegerRangeChangePredicate(FieldDef<ChangeData,java.lang.Integer> type, java.lang.String value) throws QueryParseException
QueryParseException
public int getCost()
getCost
in interface Matchable<ChangeData>