|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WechselSpannung>
de.bsvrz.sys.usv.enums.WechselSpannung
public enum WechselSpannung
Zuordnung der Zustände des Attributs WechselSpannung der Attributgruppe USV-Status
Enum Constant Summary | |
---|---|
na
Die WechselSpannung "Nicht ermittelbar" (-1). |
|
normal
Die WechselSpannung "in Ordnung" (0). |
|
Ueberspannung
Die WechselSpannung "Überspannung" (1). |
|
Unterspannung
Die WechselSpannung "Unterspannung" (2). |
Method Summary | |
---|---|
String |
getText()
Liefert der Namen des WechselSpannung s Zustandes. |
int |
getValue()
Liefert die Ordinalzahl des WechselSpannung s Zustandes. |
static WechselSpannung |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WechselSpannung[] |
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 WechselSpannung na
WechselSpannung
"Nicht ermittelbar" (-1).
public static final WechselSpannung normal
WechselSpannung
"in Ordnung" (0).
public static final WechselSpannung Ueberspannung
WechselSpannung
"Überspannung" (1).
public static final WechselSpannung Unterspannung
WechselSpannung
"Unterspannung" (2).
Method Detail |
---|
public static WechselSpannung[] values()
for (WechselSpannung c : WechselSpannung.values()) System.out.println(c);
public static WechselSpannung 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()
WechselSpannung
s Zustandes.
WechselSpannung
s Zustandes.public int getValue()
WechselSpannung
s Zustandes.
WechselSpannung
s Zustandes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |