public static enum EmbeddedXVM.State extends Enum<EmbeddedXVM.State>
EmbeddedXVM
states.Enum Constant and Description |
---|
Failed
XVM startup failed.
|
Init
XVM has been created, but not started.
|
Shutdown
XVM has been shutdown.
|
Started
XVM has started.
|
Starting
XVM is starting.
|
Modifier and Type | Method and Description |
---|---|
static EmbeddedXVM.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedXVM.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedXVM.State Init
public static final EmbeddedXVM.State Starting
public static final EmbeddedXVM.State Started
public static final EmbeddedXVM.State Failed
public static final EmbeddedXVM.State Shutdown
public static EmbeddedXVM.State[] values()
for (EmbeddedXVM.State c : EmbeddedXVM.State.values()) System.out.println(c);
public static EmbeddedXVM.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 © 2019 Neeve Research, LLC. All Rights Reserved.