|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<USVZustand>
de.bsvrz.sys.usv.enums.USVZustand
public enum USVZustand
Zuordnung der Zustände des Attributs UsvZustand der Attributgruppe atg.usvStatus
| Enum Constant Summary | |
|---|---|
Batterie
Der USVZustand "Batteriebetrieb" (1). |
|
na
Der USVZustand "Nicht ermittelbar" (-1). |
|
normal
Der USVZustand "Normalbetrieb" (0). |
|
| Field Summary | |
|---|---|
private String |
m_text
|
private int |
m_value
|
| Method Summary | |
|---|---|
String |
getText()
Liefert den Namen des USVZustand. |
int |
getValue()
Liefert die Ordinalzahl des USVZustandes. |
static USVZustand |
valueOf(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. |
| 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 |
| Enum Constant Detail |
|---|
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).
| Field Detail |
|---|
private final String m_text
private final int m_value
| Method Detail |
|---|
public static USVZustand[] values()
for (USVZustand c : USVZustand.values()) System.out.println(c);
public static USVZustand valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getText()
USVZustand.
public int getValue()
USVZustandes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||