public static enum KeySearch.SearchState extends Enum<KeySearch.SearchState>
| Modifier and Type | Method and Description |
|---|---|
static KeySearch.SearchState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeySearch.SearchState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeySearch.SearchState PRESENT
public static final KeySearch.SearchState ABSENT
public static KeySearch.SearchState[] values()
for (KeySearch.SearchState c : KeySearch.SearchState.values()) System.out.println(c);
public static KeySearch.SearchState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.