java.io.Serializable
DateTerm
, IntegerComparisonTerm
public abstract class ComparisonTerm extends SearchTerm
Modifier and Type | Field | Description |
---|---|---|
protected int |
comparison |
The comparison operator.
|
static int |
EQ |
The equality operator.
|
static int |
GE |
The greater than or equal to operator.
|
static int |
GT |
The greater than operator.
|
static int |
LE |
The less than or equal to operator.
|
static int |
LT |
The less than operator.
|
static int |
NE |
The not equal to operator.
|
Constructor | Description |
---|---|
ComparisonTerm() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object other) |
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
match
public static final int LE
public static final int LT
public static final int EQ
public static final int NE
public static final int GT
public static final int GE
protected int comparison
© Copyright 2003, 2004 The Free Software Foundation, All rights reserved