|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.townleyenterprises.filter.QueryOperator
This class enumerates the operators supported by the QueryFilter.
The names of the operators are influenced by those supported by the
Unix test command.
| Field Summary | |
static QueryOperator |
EQ
equal to (=) |
static QueryOperator |
GE
greater than or equal to (>=) |
static QueryOperator |
GT
greater than (>) |
static QueryOperator |
LE
less than or equal to (<=) |
static QueryOperator |
LT
less than (<) |
static QueryOperator |
NE
not equal to (!=) |
| Method Summary | |
int |
compareTo(java.lang.Object o)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final QueryOperator GT
public static final QueryOperator LT
public static final QueryOperator GE
public static final QueryOperator LE
public static final QueryOperator EQ
public static final QueryOperator NE
| Method Detail |
public java.lang.String toString()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||