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