Class AttTlsPpueNegativeQuittung
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>
-
- de.bsvrz.sys.funclib.bitctrl.modell.modellkextlslkwparken.attribute.AttTlsPpueNegativeQuittung
-
- 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 AttTlsPpueNegativeQuittung extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Short>
Fehlerursache unter FG 210.- 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 AttTlsPpueNegativeQuittung
ZUSTAND_0_SONSTIGE_FEHLERURSACHE
static AttTlsPpueNegativeQuittung
ZUSTAND_1_UNBEKANNTE_ODER_NICHT_AUSWERTBARE_ID
static AttTlsPpueNegativeQuittung
ZUSTAND_2_UNBEKANNTER_ODER_NICHT_AUSWERTBARER_TYP
static AttTlsPpueNegativeQuittung
ZUSTAND_3_UEBERTRAGUNGSVERFAHREN_FUER_DIESEN_TYP_NICHT_ZULAESSIG
static AttTlsPpueNegativeQuittung
ZUSTAND_4_ERFASSUNGSINTERVALLDAUER_FEHLERHAFT
-
Constructor Summary
Constructors Constructor Description AttTlsPpueNegativeQuittung(java.lang.Short value)
Erzeugte eine neues Attribut TLSPpüNegativeQuittung.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttTlsPpueNegativeQuittung>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttTlsPpueNegativeQuittung
getZustand(java.lang.Short value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttTlsPpueNegativeQuittung
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 AttTlsPpueNegativeQuittung ZUSTAND_0_SONSTIGE_FEHLERURSACHE
-
ZUSTAND_1_UNBEKANNTE_ODER_NICHT_AUSWERTBARE_ID
public static final AttTlsPpueNegativeQuittung ZUSTAND_1_UNBEKANNTE_ODER_NICHT_AUSWERTBARE_ID
-
ZUSTAND_2_UNBEKANNTER_ODER_NICHT_AUSWERTBARER_TYP
public static final AttTlsPpueNegativeQuittung ZUSTAND_2_UNBEKANNTER_ODER_NICHT_AUSWERTBARER_TYP
-
ZUSTAND_3_UEBERTRAGUNGSVERFAHREN_FUER_DIESEN_TYP_NICHT_ZULAESSIG
public static final AttTlsPpueNegativeQuittung ZUSTAND_3_UEBERTRAGUNGSVERFAHREN_FUER_DIESEN_TYP_NICHT_ZULAESSIG
-
ZUSTAND_4_ERFASSUNGSINTERVALLDAUER_FEHLERHAFT
public static final AttTlsPpueNegativeQuittung ZUSTAND_4_ERFASSUNGSINTERVALLDAUER_FEHLERHAFT
-
-
Method Detail
-
getZustand
public static AttTlsPpueNegativeQuittung 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 AttTlsPpueNegativeQuittung 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<AttTlsPpueNegativeQuittung> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-