public enum NotificationsSettings extends Enum<NotificationsSettings> implements IProcessToolSettings
| Enum Constant and Description |
|---|
PROVIDER_TYPE |
REFRESH_INTERVAL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static NotificationsSettings |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationsSettings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationsSettings PROVIDER_TYPE
public static final NotificationsSettings REFRESH_INTERVAL
public static NotificationsSettings[] values()
for (NotificationsSettings c : NotificationsSettings.values()) System.out.println(c);
public static NotificationsSettings 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 nullpublic String toString()
toString in class Enum<NotificationsSettings>Copyright © 2013. All Rights Reserved.