de.bsvrz.ste.rdstmcvew
Enum RDSVewMeldung.Zustand
java.lang.Object
java.lang.Enum<RDSVewMeldung.Zustand>
de.bsvrz.ste.rdstmcvew.RDSVewMeldung.Zustand
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<RDSVewMeldung.Zustand>
- Enclosing class:
- RDSVewMeldung
public static enum RDSVewMeldung.Zustand
- extends java.lang.Enum<RDSVewMeldung.Zustand>
Der Zustand einer Meldung
- Author:
- Stefan Sans
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NichtQuittiert
public static final RDSVewMeldung.Zustand NichtQuittiert
Quittiert
public static final RDSVewMeldung.Zustand Quittiert
Editiert
public static final RDSVewMeldung.Zustand Editiert
Verworfen
public static final RDSVewMeldung.Zustand Verworfen
values
public static RDSVewMeldung.Zustand[] 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 (RDSVewMeldung.Zustand c : RDSVewMeldung.Zustand.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RDSVewMeldung.Zustand 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
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Enum<RDSVewMeldung.Zustand>
get
public static RDSVewMeldung.Zustand get(java.lang.String text)
- Bestimmt den Zustand zu einem Text
- Parameters:
text
- der Text, zu dem der Zustand bestimmt werde soll
- Returns:
- den Zustand zum übergebenen Text