Class AttBcTPortAgentEventAntwortTyp
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlvideo.attribute.AttBcTPortAgentEventAntwortTyp
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttBcTPortAgentEventAntwortTyp extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Typ einer Antwort vom TPort-Agenten.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttBcTPortAgentEventAntwortTyp
ZUSTAND_0_ARBEITET
static AttBcTPortAgentEventAntwortTyp
ZUSTAND_1_VORBEREITET
static AttBcTPortAgentEventAntwortTyp
ZUSTAND_2_OK
static AttBcTPortAgentEventAntwortTyp
ZUSTAND_3_FEHLER
static AttBcTPortAgentEventAntwortTyp
ZUSTAND_4_TIMEOUT
static AttBcTPortAgentEventAntwortTyp
ZUSTAND_5_ABGEBROCHEN
-
Constructor Summary
Constructors Constructor Description AttBcTPortAgentEventAntwortTyp(java.lang.Byte value)
Erzeugte eine neues Attribut TPortAgentEventAntwortTyp.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttBcTPortAgentEventAntwortTyp>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttBcTPortAgentEventAntwortTyp
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttBcTPortAgentEventAntwortTyp
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
ZUSTAND_0_ARBEITET
public static final AttBcTPortAgentEventAntwortTyp ZUSTAND_0_ARBEITET
-
ZUSTAND_1_VORBEREITET
public static final AttBcTPortAgentEventAntwortTyp ZUSTAND_1_VORBEREITET
-
ZUSTAND_2_OK
public static final AttBcTPortAgentEventAntwortTyp ZUSTAND_2_OK
-
ZUSTAND_3_FEHLER
public static final AttBcTPortAgentEventAntwortTyp ZUSTAND_3_FEHLER
-
ZUSTAND_4_TIMEOUT
public static final AttBcTPortAgentEventAntwortTyp ZUSTAND_4_TIMEOUT
-
ZUSTAND_5_ABGEBROCHEN
public static final AttBcTPortAgentEventAntwortTyp ZUSTAND_5_ABGEBROCHEN
-
-
Method Detail
-
getZustand
public static AttBcTPortAgentEventAntwortTyp 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 AttBcTPortAgentEventAntwortTyp 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<AttBcTPortAgentEventAntwortTyp> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-