public static enum RDSVewMeldung.Status extends java.lang.Enum<RDSVewMeldung.Status>
Enum Constant and Description |
---|
Aufhebung |
Erweiterung |
Löschung |
Modifikation |
Unbekannt |
Modifier and Type | Method and Description |
---|---|
static RDSVewMeldung.Status |
get(java.lang.String text)
Bestimmt den Status zu einem Text
|
static RDSVewMeldung.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RDSVewMeldung.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDSVewMeldung.Status Unbekannt
public static final RDSVewMeldung.Status Modifikation
public static final RDSVewMeldung.Status Aufhebung
public static final RDSVewMeldung.Status Löschung
public static final RDSVewMeldung.Status Erweiterung
public static RDSVewMeldung.Status[] values()
for (RDSVewMeldung.Status c : RDSVewMeldung.Status.values()) System.out.println(c);
public static RDSVewMeldung.Status 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 RDSVewMeldung.Status get(java.lang.String text)
text
- der Text, zu dem der Status bestimmt werde soll