Class AttTlsAxlNegativeQuittung
- 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.AttTlsAxlNegativeQuittung
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>>
@Wertebereich(minimum=0L, maximum=255L, einheit="") public class AttTlsAxlNegativeQuittung extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>
Anwort auf eine nicht auswertbares Telegramm.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EINHEIT
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
static java.lang.Short
MAX_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
static java.lang.Short
MIN_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
static AttTlsAxlNegativeQuittung
ZUSTAND_0_SONSTIGE_FEHLERURSACHE
static AttTlsAxlNegativeQuittung
ZUSTAND_1_UNBEKANNTE_ODER_NICHT_AUSWERTBARE_ID
static AttTlsAxlNegativeQuittung
ZUSTAND_12_PUFFERINHALT_NICHT_VERFUEGBAR
static AttTlsAxlNegativeQuittung
ZUSTAND_15_KANAL_PASSIVIERT
static AttTlsAxlNegativeQuittung
ZUSTAND_2_UNBEKANNTER_ODER_NICHT_AUSWERTBARER_TYP
static AttTlsAxlNegativeQuittung
ZUSTAND_3_VERSION_NICHT_VERFUEGBAR
-
Constructor Summary
Constructors Constructor Description AttTlsAxlNegativeQuittung(java.lang.Short value)
Erzeugte eine neues Attribut TLSAxlNegativeQuittung.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttTlsAxlNegativeQuittung>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttTlsAxlNegativeQuittung
getZustand(java.lang.Short value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttTlsAxlNegativeQuittung
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
MIN_VALUE
@Deprecated public static final java.lang.Short MIN_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Der minimale Wert des Attributs.
-
MAX_VALUE
@Deprecated public static final java.lang.Short MAX_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Der maximale Wert des Attributs.
-
EINHEIT
@Deprecated public static final java.lang.String EINHEIT
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Die Einheit.- See Also:
- Constant Field Values
-
ZUSTAND_0_SONSTIGE_FEHLERURSACHE
public static final AttTlsAxlNegativeQuittung ZUSTAND_0_SONSTIGE_FEHLERURSACHE
-
ZUSTAND_1_UNBEKANNTE_ODER_NICHT_AUSWERTBARE_ID
public static final AttTlsAxlNegativeQuittung ZUSTAND_1_UNBEKANNTE_ODER_NICHT_AUSWERTBARE_ID
-
ZUSTAND_2_UNBEKANNTER_ODER_NICHT_AUSWERTBARER_TYP
public static final AttTlsAxlNegativeQuittung ZUSTAND_2_UNBEKANNTER_ODER_NICHT_AUSWERTBARER_TYP
-
ZUSTAND_3_VERSION_NICHT_VERFUEGBAR
public static final AttTlsAxlNegativeQuittung ZUSTAND_3_VERSION_NICHT_VERFUEGBAR
-
ZUSTAND_12_PUFFERINHALT_NICHT_VERFUEGBAR
public static final AttTlsAxlNegativeQuittung ZUSTAND_12_PUFFERINHALT_NICHT_VERFUEGBAR
-
ZUSTAND_15_KANAL_PASSIVIERT
public static final AttTlsAxlNegativeQuittung ZUSTAND_15_KANAL_PASSIVIERT
-
-
Method Detail
-
getZustand
public static AttTlsAxlNegativeQuittung 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 AttTlsAxlNegativeQuittung 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<AttTlsAxlNegativeQuittung> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-