public static enum Notification.TransitionType extends Enum<Notification.TransitionType>
| Modifier and Type | Method and Description |
|---|---|
static Notification.TransitionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.TransitionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.TransitionType TRANSLATE
public static final Notification.TransitionType FADE
public static Notification.TransitionType[] values()
for (Notification.TransitionType c : Notification.TransitionType.values()) System.out.println(c);
public static Notification.TransitionType 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 nullCopyright © 2010–2019 Francesco Kriegel. All rights reserved.