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