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