Package com.ocs.dynamo.filter
Class Compare.Greater
- java.lang.Object
-
- com.ocs.dynamo.filter.AbstractFilter
-
- com.ocs.dynamo.filter.Compare
-
- com.ocs.dynamo.filter.Compare.Greater
-
- All Implemented Interfaces:
Filter,PropertyFilter
- Enclosing class:
- Compare
public static final class Compare.Greater extends Compare
A filter that evaluates to true if the property value is greater than the provided value- Author:
- bas.rutten
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ocs.dynamo.filter.Compare
Compare.Equal, Compare.Greater, Compare.GreaterOrEqual, Compare.Less, Compare.LessOrEqual, Compare.Operation
-
-
Method Summary
-
Methods inherited from class com.ocs.dynamo.filter.Compare
compareValue, equals, evaluate, getOperation, getPropertyId, getValue, hashCode, toString
-
Methods inherited from class com.ocs.dynamo.filter.AbstractFilter
and, and, and, applyFilter, between, getProperty, greater, greaterOrEqual, isEqual, isNull, less, lessOrEqual, like, like, likeIgnoreCase, not, or, or, or
-
-