|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<SearchStringEnum>
edu.internet2.middleware.grouper.member.SearchStringEnum
public enum SearchStringEnum
| Enum Constant Summary | |
|---|---|
SEARCH_STRING_0
searchString0 |
|
SEARCH_STRING_1
searchString1 |
|
SEARCH_STRING_2
searchString2 |
|
SEARCH_STRING_3
searchString3 |
|
SEARCH_STRING_4
searchString4 |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - 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 -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||