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