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