public class GreaterThan extends ComparableValue
| Constructor and Description |
|---|
GreaterThan(String attributeName,
Object value)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
executeComparable(Comparable attributeValue)
Execute this criteria for the given
Comparable attribute value |
protected boolean |
executeComparableString(Comparable attributeValue)
Execute this criteria for the given
Comparable strin type attribute value |
Comparable |
getComparableValue()
Comparable value.
|
execute, getAttributeName, getType, luceneStringCompareand, getExtractor, not, orpublic Comparable getComparableValue()
protected boolean executeComparable(Comparable attributeValue)
Comparable attribute valueexecuteComparable in class ComparableValueattributeValue - Comparable attribute valueprotected boolean executeComparableString(Comparable attributeValue)
Comparable strin type attribute valueexecuteComparableString in class ComparableValueattributeValue - Comparable attribute valueCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.