public class SearchType
extends java.lang.Object
This class implements an enumeration of the different search types that can be used with generic keys.
| Modifier and Type | Field and Description |
|---|---|
static SearchType |
EQUAL
Constant - EQUAL
|
static SearchType |
GTEQ
Constant - GTEQ
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
public static final SearchType EQUAL
public static final SearchType GTEQ
public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()