public static enum NodeManager.NodeManagerStatus extends Enum<NodeManager.NodeManagerStatus>
Modifier and Type | Method and Description |
---|---|
int |
getExitCode() |
static NodeManager.NodeManagerStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeManager.NodeManagerStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeManager.NodeManagerStatus NO_ERROR
public static final NodeManager.NodeManagerStatus EXCEPTION
public static NodeManager.NodeManagerStatus[] values()
for (NodeManager.NodeManagerStatus c : NodeManager.NodeManagerStatus.values()) System.out.println(c);
public static NodeManager.NodeManagerStatus 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 nullpublic int getExitCode()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.