public abstract class ComparisonTerm extends SearchTerm
Modifier and Type | Field and 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 and Description |
---|
ComparisonTerm() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
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