Class AttTlsAxlDatenversionEinzelErgebnisMeldung
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkextlsglobal.attribute.AttTlsAxlDatenversionEinzelErgebnisMeldung
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>>
public class AttTlsAxlDatenversionEinzelErgebnisMeldung extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>
Der Inhalt des Bytes bestimmt die Version der Einzelergebnismeldung, die übertragen werden soll.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttTlsAxlDatenversionEinzelErgebnisMeldung
ZUSTAND_0_RESERVIERT_AUS_
static AttTlsAxlDatenversionEinzelErgebnisMeldung
ZUSTAND_1_VERSION_1
static AttTlsAxlDatenversionEinzelErgebnisMeldung
ZUSTAND_2_VERSION_2
static AttTlsAxlDatenversionEinzelErgebnisMeldung
ZUSTAND_255_AUS
static AttTlsAxlDatenversionEinzelErgebnisMeldung
ZUSTAND_3_VERSION_3
-
Constructor Summary
Constructors Constructor Description AttTlsAxlDatenversionEinzelErgebnisMeldung(java.lang.Short value)
Erzeugte eine neues Attribut TLSAxlDatenversionEinzelErgebnisMeldung.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttTlsAxlDatenversionEinzelErgebnisMeldung>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttTlsAxlDatenversionEinzelErgebnisMeldung
getZustand(java.lang.Short value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttTlsAxlDatenversionEinzelErgebnisMeldung
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_RESERVIERT_AUS_
public static final AttTlsAxlDatenversionEinzelErgebnisMeldung ZUSTAND_0_RESERVIERT_AUS_
-
ZUSTAND_1_VERSION_1
public static final AttTlsAxlDatenversionEinzelErgebnisMeldung ZUSTAND_1_VERSION_1
-
ZUSTAND_2_VERSION_2
public static final AttTlsAxlDatenversionEinzelErgebnisMeldung ZUSTAND_2_VERSION_2
-
ZUSTAND_3_VERSION_3
public static final AttTlsAxlDatenversionEinzelErgebnisMeldung ZUSTAND_3_VERSION_3
-
ZUSTAND_255_AUS
public static final AttTlsAxlDatenversionEinzelErgebnisMeldung ZUSTAND_255_AUS
-
-
Method Detail
-
getZustand
public static AttTlsAxlDatenversionEinzelErgebnisMeldung getZustand(java.lang.Short 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 AttTlsAxlDatenversionEinzelErgebnisMeldung 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<AttTlsAxlDatenversionEinzelErgebnisMeldung> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-