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