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