public static enum TMCVewMeldung.TMCStatus extends java.lang.Enum<TMCVewMeldung.TMCStatus>
Enum Constant and Description |
---|
Geaendert
Geändert.
|
Geloescht
Gelöscht.
|
Neu
Neu.
|
Unbekannt
unbekannter Status.
|
Modifier and Type | Method and Description |
---|---|
static TMCVewMeldung.TMCStatus |
get(java.lang.String text)
Bestimmt den Zustand zu einem Text.
|
int |
getId()
Gibt den numerischen Wert zurück.
|
java.lang.String |
getValue()
Gibt den textuellen Wert zurück.
|
java.lang.String |
toString() |
static TMCVewMeldung.TMCStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TMCVewMeldung.TMCStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TMCVewMeldung.TMCStatus Unbekannt
public static final TMCVewMeldung.TMCStatus Neu
public static final TMCVewMeldung.TMCStatus Geaendert
public static final TMCVewMeldung.TMCStatus Geloescht
public static TMCVewMeldung.TMCStatus[] values()
for (TMCVewMeldung.TMCStatus c : TMCVewMeldung.TMCStatus.values()) System.out.println(c);
public static TMCVewMeldung.TMCStatus 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 int getId()
public java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<TMCVewMeldung.TMCStatus>
public static TMCVewMeldung.TMCStatus get(java.lang.String text)
text
- der Text, zu dem der Zustand bestimmt werde soll