java.io.Serializable
, java.lang.Comparable<SystemDatenEndgeraet.SystemDeStatus>
public static enum SystemDatenEndgeraet.SystemDeStatus extends java.lang.Enum<SystemDatenEndgeraet.SystemDeStatus>
Enum Constant | Description |
---|---|
DE_STAT_ABFRAGE_LAEUFT |
Es laeuft gerade eine Abfrage
|
DE_STAT_ABFRAGE_MOEGLICH |
Das Datenendgeraet ist vorberietet fuer die Abfrage
|
DE_STAT_NICHT_PARAMETRIERT |
Die Daten vom Eedngaeraet sind nicht zur Archvivierung parametriert
|
DE_STAT_NICHT_VERBUNDEN |
Das Endgeraet kann man nicht erreichen
|
Modifier and Type | Method | Description |
---|---|---|
static SystemDatenEndgeraet.SystemDeStatus |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SystemDatenEndgeraet.SystemDeStatus[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemDatenEndgeraet.SystemDeStatus DE_STAT_NICHT_VERBUNDEN
public static final SystemDatenEndgeraet.SystemDeStatus DE_STAT_NICHT_PARAMETRIERT
public static final SystemDatenEndgeraet.SystemDeStatus DE_STAT_ABFRAGE_LAEUFT
public static final SystemDatenEndgeraet.SystemDeStatus DE_STAT_ABFRAGE_MOEGLICH
public static SystemDatenEndgeraet.SystemDeStatus[] values()
for (SystemDatenEndgeraet.SystemDeStatus c : SystemDatenEndgeraet.SystemDeStatus.values()) System.out.println(c);
public static SystemDatenEndgeraet.SystemDeStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null