public static enum OnlineApplikation.TaskType extends java.lang.Enum<OnlineApplikation.TaskType>
Enum Constant and Description |
---|
DEFAULT |
INTERVALLTIMER |
STOPPFEHLER |
WARTETIMER |
Modifier and Type | Method and Description |
---|---|
static OnlineApplikation.TaskType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnlineApplikation.TaskType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnlineApplikation.TaskType DEFAULT
public static final OnlineApplikation.TaskType WARTETIMER
public static final OnlineApplikation.TaskType INTERVALLTIMER
public static final OnlineApplikation.TaskType STOPPFEHLER
public static OnlineApplikation.TaskType[] values()
for (OnlineApplikation.TaskType c : OnlineApplikation.TaskType.values()) System.out.println(c);
public static OnlineApplikation.TaskType 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 null