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