de.bsvrz.vew.bmvew.bmvew.regel
Enum Aktion.Aktionen
java.lang.Object
java.lang.Enum<Aktion.Aktionen>
de.bsvrz.vew.bmvew.bmvew.regel.Aktion.Aktionen
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Aktion.Aktionen>
- Enclosing class:
- Aktion
public static enum Aktion.Aktionen
- extends java.lang.Enum<Aktion.Aktionen>
Die Aktionen
- Version:
- $Revision: 1.3 $ / $Date: 2010/09/14 10:08:10 $ / ($Author: Pittner $)
- Author:
- Dambach-Werke GmbH, Timo Pittner
Field Summary |
private java.lang.String |
wert
|
Method Summary |
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. |
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Verteilen
public static final Aktion.Aktionen Verteilen
Senden
public static final Aktion.Aktionen Senden
Verwalten
public static final Aktion.Aktionen Verwalten
Email
public static final Aktion.Aktionen Email
Fax
public static final Aktion.Aktionen Fax
Abbruch
public static final Aktion.Aktionen Abbruch
erweitert
public static final Aktion.Aktionen erweitert
wert
private java.lang.String wert
values
public static Aktion.Aktionen[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Aktion.Aktionen c : Aktion.Aktionen.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Aktion.Aktionen valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null