public static enum Application.Config.PreferenceImpl extends Enum<Application.Config.PreferenceImpl>
| Modifier and Type | Method and Description |
|---|---|
static Application.Config.PreferenceImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Application.Config.PreferenceImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Application.Config.PreferenceImpl JSON
public static final Application.Config.PreferenceImpl XML
public static Application.Config.PreferenceImpl[] values()
for (Application.Config.PreferenceImpl c : Application.Config.PreferenceImpl.values()) System.out.println(c);
public static Application.Config.PreferenceImpl 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 © 2012-2013. All Rights Reserved.