public static enum InstanceState.StateType extends Enum<InstanceState.StateType>
| Enum Constant and Description |
|---|
NEVER_STARTED |
NO_RESPONSE |
NOT_RUNNING |
RESTART_REQUIRED |
RUNNING |
STARTING |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDisplayString() |
static InstanceState.StateType |
makeStateType(String s) |
static InstanceState.StateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceState.StateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceState.StateType NO_RESPONSE
public static final InstanceState.StateType NOT_RUNNING
public static final InstanceState.StateType STARTING
public static final InstanceState.StateType RUNNING
public static final InstanceState.StateType RESTART_REQUIRED
public static final InstanceState.StateType NEVER_STARTED
public static InstanceState.StateType[] values()
for (InstanceState.StateType c : InstanceState.StateType.values()) System.out.println(c);
public static InstanceState.StateType 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 String getDescription()
public String getDisplayString()
public static InstanceState.StateType makeStateType(String s)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.