public static enum MonitorEventHandler.NodeState extends Enum<MonitorEventHandler.NodeState>
| Enum Constant and Description |
|---|
DEFAULT
DEFAULT COLOR
|
EXECUTING
EXECUTING
|
FAILED
FAILED
|
FINISHED
FINISHED
|
| Modifier and Type | Method and Description |
|---|---|
static MonitorEventHandler.NodeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorEventHandler.NodeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitorEventHandler.NodeState FINISHED
public static final MonitorEventHandler.NodeState EXECUTING
public static final MonitorEventHandler.NodeState FAILED
public static final MonitorEventHandler.NodeState DEFAULT
public final Color color
public static MonitorEventHandler.NodeState[] values()
for (MonitorEventHandler.NodeState c : MonitorEventHandler.NodeState.values()) System.out.println(c);
public static MonitorEventHandler.NodeState 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 © 2011–2014 The Apache Software Foundation. All rights reserved.