|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ZustandNotstrom>
de.bsvrz.sys.usv.enums.ZustandNotstrom
public enum ZustandNotstrom
Zuordnung der Zustände der Attribute ZustandNotstrom der Attributgruppe USV-Status
| Enum Constant Summary | |
|---|---|
aktiv
Der ZustandNotstrom "in Ordnung, aktiv" (1). |
|
na
Der ZustandNotstrom "Nicht ermittelbar" (-1). |
|
passiv
Der ZustandNotstrom "in Ordnung, passiv" (0). |
|
Stoerung
Der ZustandNotstrom "Störung" (2). |
|
| Field Summary | |
|---|---|
private String |
m_text
|
private int |
m_value
|
| Method Summary | |
|---|---|
String |
getText()
Liefert den Namen eines ZustandNotstrom. |
int |
getValue()
Liefert die Ordinalzahl eines ZustandNotstrom. |
static ZustandNotstrom |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ZustandNotstrom[] |
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 ZustandNotstrom na
ZustandNotstrom "Nicht ermittelbar" (-1).
public static final ZustandNotstrom passiv
ZustandNotstrom "in Ordnung, passiv" (0).
public static final ZustandNotstrom aktiv
ZustandNotstrom "in Ordnung, aktiv" (1).
public static final ZustandNotstrom Stoerung
ZustandNotstrom "Störung" (2).
| Field Detail |
|---|
private final String m_text
private final int m_value
| Method Detail |
|---|
public static ZustandNotstrom[] values()
for (ZustandNotstrom c : ZustandNotstrom.values()) System.out.println(c);
public static ZustandNotstrom 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()
ZustandNotstrom.
ZustandNotstrom.public int getValue()
ZustandNotstrom.
ZustandNotstrom.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||