public static enum PreferenceBaseAction.DefaultPrefix extends Enum<PreferenceBaseAction.DefaultPrefix>
| Modifier and Type | Method and Description |
|---|---|
static PreferenceBaseAction.DefaultPrefix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferenceBaseAction.DefaultPrefix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreferenceBaseAction.DefaultPrefix TAG
public static final PreferenceBaseAction.DefaultPrefix FULLTEXT
public static final PreferenceBaseAction.DefaultPrefix WEB
public static final PreferenceBaseAction.DefaultPrefix ALIAS
public static PreferenceBaseAction.DefaultPrefix[] values()
for (PreferenceBaseAction.DefaultPrefix c : PreferenceBaseAction.DefaultPrefix.values()) System.out.println(c);
public static PreferenceBaseAction.DefaultPrefix 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 © 2010–2014 CodeLutin. All rights reserved.