protected static enum OrbitContainer.ContainerState extends Enum<OrbitContainer.ContainerState>
| Enum Constant and Description |
|---|
CREATED |
STARTED |
STARTING |
STOPPED |
STOPPING |
| Modifier and Type | Method and Description |
|---|---|
static OrbitContainer.ContainerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrbitContainer.ContainerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrbitContainer.ContainerState CREATED
public static final OrbitContainer.ContainerState STARTING
public static final OrbitContainer.ContainerState STARTED
public static final OrbitContainer.ContainerState STOPPING
public static final OrbitContainer.ContainerState STOPPED
public static OrbitContainer.ContainerState[] values()
for (OrbitContainer.ContainerState c : OrbitContainer.ContainerState.values()) System.out.println(c);
public static OrbitContainer.ContainerState 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 © 2015. All rights reserved.