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