public static enum TaskMonitor.TaskTopic extends Enum<TaskMonitor.TaskTopic>
| Enum Constant and Description |
|---|
OUTPUTCHANGE |
STATECHANGE |
| Modifier and Type | Method and Description |
|---|---|
static TaskMonitor.TaskTopic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskMonitor.TaskTopic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskMonitor.TaskTopic STATECHANGE
public static final TaskMonitor.TaskTopic OUTPUTCHANGE
public static TaskMonitor.TaskTopic[] values()
for (TaskMonitor.TaskTopic c : TaskMonitor.TaskTopic.values()) System.out.println(c);
public static TaskMonitor.TaskTopic 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 © 2015. All Rights Reserved.