public static enum Runner.RunnerStatus extends Enum<Runner.RunnerStatus>
Enum Constant and Description |
---|
ACTIVE |
OFFLINE |
ONLINE |
PAUSED |
SHARED
Deprecated.
This RunnerStatus value is deprecated and will be removed in a future release.
|
SPECIFIC
Deprecated.
This RunnerStatus value is deprecated and will be removed in a future release.
|
Modifier and Type | Method and Description |
---|---|
static Runner.RunnerStatus |
forValue(String value) |
String |
toString() |
String |
toValue() |
static Runner.RunnerStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Runner.RunnerStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final Runner.RunnerStatus SPECIFIC
@Deprecated public static final Runner.RunnerStatus SHARED
public static final Runner.RunnerStatus ACTIVE
public static final Runner.RunnerStatus ONLINE
public static final Runner.RunnerStatus PAUSED
public static final Runner.RunnerStatus OFFLINE
public static Runner.RunnerStatus[] values()
for (Runner.RunnerStatus c : Runner.RunnerStatus.values()) System.out.println(c);
public static Runner.RunnerStatus 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 static Runner.RunnerStatus forValue(String value)
public String toValue()
public String toString()
toString
in class Enum<Runner.RunnerStatus>
Copyright © 2019. All rights reserved.