Class AttAnfrageErgebnis
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlbedienerkommunikation.attribute.AttAnfrageErgebnis
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttAnfrageErgebnis extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Ergebnis einer Bedieneranfrage, kann von Server oder Visualisierung verändert werden.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttAnfrageErgebnis
ZUSTAND_0_ANTWORT_1
static AttAnfrageErgebnis
ZUSTAND_1_ANTWORT_2
static AttAnfrageErgebnis
ZUSTAND_1N_TIMEOUT
static AttAnfrageErgebnis
ZUSTAND_2_ANTWORT_3
static AttAnfrageErgebnis
ZUSTAND_2N_FENSTER_GESCHLOSSEN
static AttAnfrageErgebnis
ZUSTAND_3_ANTWORT_4
static AttAnfrageErgebnis
ZUSTAND_3N_ABBRUCH
static AttAnfrageErgebnis
ZUSTAND_4N_ABGELEHNT
static AttAnfrageErgebnis
ZUSTAND_5N_NUTZER_NICHT_ANGEMELDET
static AttAnfrageErgebnis
ZUSTAND_6N_NUTZER_BESCHAEFTIGT
static AttAnfrageErgebnis
ZUSTAND_7N_WIEDERVORLAGE_GEFORDERT
-
Constructor Summary
Constructors Constructor Description AttAnfrageErgebnis(java.lang.Byte value)
Erzeugte eine neues Attribut .
-
Method Summary
Modifier and Type Method Description static java.util.List<AttAnfrageErgebnis>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttAnfrageErgebnis
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttAnfrageErgebnis
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
ZUSTAND_1N_TIMEOUT
public static final AttAnfrageErgebnis ZUSTAND_1N_TIMEOUT
-
ZUSTAND_2N_FENSTER_GESCHLOSSEN
public static final AttAnfrageErgebnis ZUSTAND_2N_FENSTER_GESCHLOSSEN
-
ZUSTAND_3N_ABBRUCH
public static final AttAnfrageErgebnis ZUSTAND_3N_ABBRUCH
-
ZUSTAND_4N_ABGELEHNT
public static final AttAnfrageErgebnis ZUSTAND_4N_ABGELEHNT
-
ZUSTAND_5N_NUTZER_NICHT_ANGEMELDET
public static final AttAnfrageErgebnis ZUSTAND_5N_NUTZER_NICHT_ANGEMELDET
-
ZUSTAND_6N_NUTZER_BESCHAEFTIGT
public static final AttAnfrageErgebnis ZUSTAND_6N_NUTZER_BESCHAEFTIGT
-
ZUSTAND_7N_WIEDERVORLAGE_GEFORDERT
public static final AttAnfrageErgebnis ZUSTAND_7N_WIEDERVORLAGE_GEFORDERT
-
ZUSTAND_0_ANTWORT_1
public static final AttAnfrageErgebnis ZUSTAND_0_ANTWORT_1
-
ZUSTAND_1_ANTWORT_2
public static final AttAnfrageErgebnis ZUSTAND_1_ANTWORT_2
-
ZUSTAND_2_ANTWORT_3
public static final AttAnfrageErgebnis ZUSTAND_2_ANTWORT_3
-
ZUSTAND_3_ANTWORT_4
public static final AttAnfrageErgebnis ZUSTAND_3_ANTWORT_4
-
-
Method Detail
-
getZustand
public static AttAnfrageErgebnis getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.- Parameters:
value
- ein Zahlenwert- Returns:
- der Zustand zu dem Zahlenwert oder
null
, wenn die Zahl keine Entsprechnung als Zustand besitzt.
-
getZustand
public static AttAnfrageErgebnis getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.- Parameters:
value
- der Zustandsname- Returns:
- der Zustand zu dem Zustandsnamen oder
null
, wenn kein Zustand einen solchen Namen hat.
-
getZustaende
public static java.util.List<AttAnfrageErgebnis> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-