public static enum PreferenceEditor.TYPE extends Enum<PreferenceEditor.TYPE>
| Enum Constant and Description |
|---|
kvp
Key-Value Pair editor.
|
none
No editor.
|
txt
Text editor.
|
| Modifier and Type | Method and Description |
|---|---|
static PreferenceEditor.TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferenceEditor.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreferenceEditor.TYPE kvp
public static final PreferenceEditor.TYPE txt
public static final PreferenceEditor.TYPE none
public static PreferenceEditor.TYPE[] values()
for (PreferenceEditor.TYPE c : PreferenceEditor.TYPE.values()) System.out.println(c);
public static PreferenceEditor.TYPE 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 nullPlealog Software - 2003-2017