| 
 | ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.search.expression.BaseCriteria
net.sf.ehcache.search.expression.ComparableValue
net.sf.ehcache.search.expression.LessThan
public class LessThan
Less than criteria
| Constructor Summary | |
|---|---|
| LessThan(String attributeName,
         Object value)Constructor | |
| Method Summary | |
|---|---|
| protected  boolean | executeComparable(Comparable attributeValue)Execute this criteria for the given Comparableattribute value | 
| protected  boolean | executeComparableString(Comparable attributeValue)Execute this criteria for the given Comparablestrin type attribute value | 
|  Comparable | getComparableValue()Comparable value. | 
| Methods inherited from class net.sf.ehcache.search.expression.ComparableValue | 
|---|
| execute, getAttributeName, getAttributes, getType, luceneStringCompare | 
| Methods inherited from class net.sf.ehcache.search.expression.BaseCriteria | 
|---|
| and, getExtractor, not, or | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public LessThan(String attributeName,
                Object value)
attributeName - attribute namevalue - | Method Detail | 
|---|
protected boolean executeComparable(Comparable attributeValue)
Comparable attribute value
executeComparable in class ComparableValueattributeValue - Comparable attribute value
protected boolean executeComparableString(Comparable attributeValue)
Comparable strin type attribute value
executeComparableString in class ComparableValueattributeValue - Comparable attribute value
public Comparable getComparableValue()
| 
 | ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||