public static enum GeneralPreferencesInfo.DefaultBase extends java.lang.Enum<GeneralPreferencesInfo.DefaultBase>
Enum Constant and Description |
---|
AUTO_MERGE |
FIRST_PARENT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBase() |
static GeneralPreferencesInfo.DefaultBase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralPreferencesInfo.DefaultBase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralPreferencesInfo.DefaultBase AUTO_MERGE
public static final GeneralPreferencesInfo.DefaultBase FIRST_PARENT
public static GeneralPreferencesInfo.DefaultBase[] values()
for (GeneralPreferencesInfo.DefaultBase c : GeneralPreferencesInfo.DefaultBase.values()) System.out.println(c);
public static GeneralPreferencesInfo.DefaultBase 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 java.lang.String getBase()