public interface ComparisonFilter extends Filter
==, !=, <, >, LIKE, ...).
For example, getAge >= 18"
can be used to filter all adults in a list of persons.| Modifier and Type | Method and Description |
|---|---|
Attribute |
getLeftHandSide()
Retrieves the attribute to be compared
|
ComparisonOperator |
getOperator()
Retrieves the comparison operator of this filter
|
java.lang.Comparable<?> |
getRightHandSide()
Retrieves the constant value to which the
attribute is compared
|
ComparisonOperator getOperator()
Attribute getLeftHandSide()
java.lang.Comparable<?> getRightHandSide()