Class AttBcManagedApplicationAntwortTyp
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.bitctrlappmanagement.attribute.AttBcManagedApplicationAntwortTyp
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttBcManagedApplicationAntwortTyp extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Typ einer Antwort von einer managed Application.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttBcManagedApplicationAntwortTyp
ZUSTAND_0_OK
static AttBcManagedApplicationAntwortTyp
ZUSTAND_1_FEHLER
static AttBcManagedApplicationAntwortTyp
ZUSTAND_2_TIMEOUT
static AttBcManagedApplicationAntwortTyp
ZUSTAND_3_ABGEBROCHEN
static AttBcManagedApplicationAntwortTyp
ZUSTAND_4_NICHTUNTERSTUETZT
static AttBcManagedApplicationAntwortTyp
ZUSTAND_5_UNBEKANNT
-
Constructor Summary
Constructors Constructor Description AttBcManagedApplicationAntwortTyp(java.lang.Byte value)
Erzeugte eine neues Attribut ManagedApplicationAntwortTyp.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttBcManagedApplicationAntwortTyp>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttBcManagedApplicationAntwortTyp
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttBcManagedApplicationAntwortTyp
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_OK
public static final AttBcManagedApplicationAntwortTyp ZUSTAND_0_OK
-
ZUSTAND_1_FEHLER
public static final AttBcManagedApplicationAntwortTyp ZUSTAND_1_FEHLER
-
ZUSTAND_2_TIMEOUT
public static final AttBcManagedApplicationAntwortTyp ZUSTAND_2_TIMEOUT
-
ZUSTAND_3_ABGEBROCHEN
public static final AttBcManagedApplicationAntwortTyp ZUSTAND_3_ABGEBROCHEN
-
ZUSTAND_4_NICHTUNTERSTUETZT
public static final AttBcManagedApplicationAntwortTyp ZUSTAND_4_NICHTUNTERSTUETZT
-
ZUSTAND_5_UNBEKANNT
public static final AttBcManagedApplicationAntwortTyp ZUSTAND_5_UNBEKANNT
-
-
Method Detail
-
getZustand
public static AttBcManagedApplicationAntwortTyp 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 AttBcManagedApplicationAntwortTyp 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<AttBcManagedApplicationAntwortTyp> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-