public static enum Notification.NotificationStorage extends java.lang.Enum<Notification.NotificationStorage>
Enum Constant and Description |
---|
PERMANENT
Permanent notification will be stored locally and will be reloaded until the user decides to remove it.
|
VOLATILE
A volatile notification will not be stored and thus will not be reloaded later.
|
Modifier and Type | Method and Description |
---|---|
static Notification.NotificationStorage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Notification.NotificationStorage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.NotificationStorage VOLATILE
public static final Notification.NotificationStorage PERMANENT
public static Notification.NotificationStorage[] values()
for (Notification.NotificationStorage c : Notification.NotificationStorage.values()) System.out.println(c);
public static Notification.NotificationStorage 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 nullCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa