public static enum StartStoppSkriptStatus.Status extends java.lang.Enum<StartStoppSkriptStatus.Status>
| Enum Constant and Description |
|---|
FAILURE |
INITIALIZED |
| Modifier and Type | Method and Description |
|---|---|
static StartStoppSkriptStatus.Status |
fromValue(java.lang.String value) |
java.lang.String |
toString() |
java.lang.String |
value() |
static StartStoppSkriptStatus.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StartStoppSkriptStatus.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartStoppSkriptStatus.Status INITIALIZED
public static final StartStoppSkriptStatus.Status FAILURE
public static StartStoppSkriptStatus.Status[] values()
for (StartStoppSkriptStatus.Status c : StartStoppSkriptStatus.Status.values()) System.out.println(c);
public static StartStoppSkriptStatus.Status valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<StartStoppSkriptStatus.Status>public java.lang.String value()
public static StartStoppSkriptStatus.Status fromValue(java.lang.String value)