public enum USVZustand extends java.lang.Enum<USVZustand>
| Enum Constant and Description |
|---|
Batterie
Der
USVZustand "Batteriebetrieb" (1). |
na
Der
USVZustand "Nicht ermittelbar" (-1). |
normal
Der
USVZustand "Normalbetrieb" (0). |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getText()
Liefert den Namen des
USVZustand. |
int |
getValue()
Liefert die Ordinalzahl des
USVZustandes. |
static USVZustand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static USVZustand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final USVZustand na
USVZustand "Nicht ermittelbar" (-1).public static final USVZustand normal
USVZustand "Normalbetrieb" (0).public static final USVZustand Batterie
USVZustand "Batteriebetrieb" (1).public static USVZustand[] values()
for (USVZustand c : USVZustand.values()) System.out.println(c);
public static USVZustand 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 java.lang.String getText()
USVZustand.public int getValue()
USVZustandes.