public class LessThanOrEqual extends ComparableValue
Modifier and Type | Field and Description |
---|---|
private java.lang.Comparable |
comparableValue |
Constructor and Description |
---|
LessThanOrEqual(java.lang.String attributeName,
java.lang.Object value)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
executeComparable(java.lang.Comparable attributeValue)
Execute this criteria for the given
Comparable attribute value |
protected boolean |
executeComparableString(java.lang.Comparable attributeValue)
Execute this criteria for the given
Comparable strin type attribute value |
java.lang.Comparable |
getComparableValue()
Comparable value.
|
execute, getAttributeName, getType, luceneStringCompare
and, getExtractor, not, or
public LessThanOrEqual(java.lang.String attributeName, java.lang.Object value)
attributeName
- attribute namevalue
- protected boolean executeComparable(java.lang.Comparable attributeValue)
Comparable
attribute valueexecuteComparable
in class ComparableValue
attributeValue
- Comparable attribute valueprotected boolean executeComparableString(java.lang.Comparable attributeValue)
Comparable
strin type attribute valueexecuteComparableString
in class ComparableValue
attributeValue
- Comparable attribute valuepublic java.lang.Comparable getComparableValue()