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