|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.bc.gov.webade.user.search.WildcardOptions
| Field Summary | |
static int |
EXACT_MATCH
Exact match wildcard option. |
static int |
WILDCARD_BOTH
Wildcard to both sides of the search value when searching. |
static int |
WILDCARD_LEFT
Wildcard to the left of the search value only when searching. |
static int |
WILDCARD_RIGHT
Wildcard to the right of the search value only when searching. |
| Method Summary | |
static boolean |
isValidValue(int value)
Verifies that the given value is one of the valid wildcard options. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int EXACT_MATCH
public static final int WILDCARD_LEFT
public static final int WILDCARD_RIGHT
public static final int WILDCARD_BOTH
| Method Detail |
public static boolean isValidValue(int value)
value - The given wildcard value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||