public enum PrefSpeicherMode extends java.lang.Enum<PrefSpeicherMode>
Enum Constant and Description |
---|
APPLOCAL
App, User und PC lokal speichern
|
MEMORYONLY
kein Speichern
|
Modifier and Type | Method and Description |
---|---|
static PrefSpeicherMode |
get_default()
never null
|
static PrefSpeicherMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrefSpeicherMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrefSpeicherMode MEMORYONLY
public static final PrefSpeicherMode APPLOCAL
public static PrefSpeicherMode[] values()
for (PrefSpeicherMode c : PrefSpeicherMode.values()) System.out.println(c);
public static PrefSpeicherMode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static final PrefSpeicherMode get_default()
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft