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