de.bsvrz.ste.rdstmcvew
Enum RDSVewMeldung.Status
java.lang.Object
java.lang.Enum<RDSVewMeldung.Status>
de.bsvrz.ste.rdstmcvew.RDSVewMeldung.Status
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<RDSVewMeldung.Status>
- Enclosing class:
- RDSVewMeldung
public static enum RDSVewMeldung.Status
- extends java.lang.Enum<RDSVewMeldung.Status>
Der Status einer Meldung
- Author:
- Stefan Sans
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 |
Unbekannt
public static final RDSVewMeldung.Status Unbekannt
Modifikation
public static final RDSVewMeldung.Status Modifikation
Aufhebung
public static final RDSVewMeldung.Status Aufhebung
Löschung
public static final RDSVewMeldung.Status Löschung
Erweiterung
public static final RDSVewMeldung.Status Erweiterung
values
public static RDSVewMeldung.Status[] 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.Status c : RDSVewMeldung.Status.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.Status 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
get
public static RDSVewMeldung.Status get(java.lang.String text)
- Bestimmt den Status zu einem Text
- Parameters:
text
- der Text, zu dem der Status bestimmt werde soll
- Returns:
- den Status zum übergebenen Text