public enum SearchStringEnum extends Enum<SearchStringEnum>
| Enum Constant and Description |
|---|
SEARCH_STRING_0
searchString0
|
SEARCH_STRING_1
searchString1
|
SEARCH_STRING_2
searchString2
|
SEARCH_STRING_3
searchString3
|
SEARCH_STRING_4
searchString4
|
| Modifier and Type | Method and Description |
|---|---|
static SearchStringEnum |
getDefaultSearchString() |
abstract String |
getFieldName() |
abstract int |
getIndex() |
abstract boolean |
hasAccess() |
static SearchStringEnum |
newInstance(int index) |
static SearchStringEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchStringEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchStringEnum SEARCH_STRING_0
public static final SearchStringEnum SEARCH_STRING_1
public static final SearchStringEnum SEARCH_STRING_2
public static final SearchStringEnum SEARCH_STRING_3
public static final SearchStringEnum SEARCH_STRING_4
public static SearchStringEnum[] values()
for (SearchStringEnum c : SearchStringEnum.values()) System.out.println(c);
public static SearchStringEnum 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 nullpublic abstract String getFieldName()
public abstract boolean hasAccess()
public abstract int getIndex()
public static SearchStringEnum getDefaultSearchString()
public static SearchStringEnum newInstance(int index)
index - Copyright © 2016 Internet2. All rights reserved.