protected static enum PreferenceBaseAction.PreferenceType extends Enum<PreferenceBaseAction.PreferenceType>
| Enum Constant and Description |
|---|
IMPORTS |
LABELS |
SITE_PREF |
USER_PREF |
| Modifier and Type | Method and Description |
|---|---|
static PreferenceBaseAction.PreferenceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferenceBaseAction.PreferenceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreferenceBaseAction.PreferenceType USER_PREF
public static final PreferenceBaseAction.PreferenceType SITE_PREF
public static final PreferenceBaseAction.PreferenceType LABELS
public static final PreferenceBaseAction.PreferenceType IMPORTS
public static PreferenceBaseAction.PreferenceType[] values()
for (PreferenceBaseAction.PreferenceType c : PreferenceBaseAction.PreferenceType.values()) System.out.println(c);
public static PreferenceBaseAction.PreferenceType 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.