public static enum InVMNodeManager.State extends Enum<InVMNodeManager.State>
Enum Constant and Description |
---|
FAILING_BACK |
LIVE |
NOT_STARTED |
PAUSED |
Modifier and Type | Method and Description |
---|---|
static InVMNodeManager.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InVMNodeManager.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InVMNodeManager.State LIVE
public static final InVMNodeManager.State PAUSED
public static final InVMNodeManager.State FAILING_BACK
public static final InVMNodeManager.State NOT_STARTED
public static InVMNodeManager.State[] values()
for (InVMNodeManager.State c : InVMNodeManager.State.values()) System.out.println(c);
public static InVMNodeManager.State 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 © 2018 JBoss by Red Hat. All rights reserved.