public final class SearchSelectionMode extends Object
Modifier and Type | Field and Description |
---|---|
static SearchSelectionMode |
FIELD |
static SearchSelectionMode |
TABLE |
Modifier and Type | Method and Description |
---|---|
boolean |
isField()
Returns
true when the search is on fields. |
boolean |
isTable()
Returns
true when the search is on tables. |
public static final SearchSelectionMode TABLE
public static final SearchSelectionMode FIELD