Class AttUfdPositionFahrbahnSensor
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmswis.attribute.AttUfdPositionFahrbahnSensor
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
@Wertebereich(minimum=0L, maximum=15L, einheit="") public class AttUfdPositionFahrbahnSensor extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Position des Fahrbahnsensors (BUFR Codetabelle 0 02 242).- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AttUfdPositionFahrbahnSensor(java.lang.Byte value)
Erzeugte eine neues Attribut PositionFahrbahnSensor.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttUfdPositionFahrbahnSensor>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttUfdPositionFahrbahnSensor
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttUfdPositionFahrbahnSensor
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.Byte MIN_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Der minimale Wert des Attributs.
-
MAX_VALUE
@Deprecated public static final java.lang.Byte 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_UEBERHOLFAHRSTREIFEN_ZWISCHEN_DEN_ROLLSPUREN
public static final AttUfdPositionFahrbahnSensor ZUSTAND_0_UEBERHOLFAHRSTREIFEN_ZWISCHEN_DEN_ROLLSPUREN
-
ZUSTAND_1_UEBERHOLFAHRSTREIFEN_ZWISCHEN_DEN_ROLLSPUREN_IN_GEGENRICHTUNG
public static final AttUfdPositionFahrbahnSensor ZUSTAND_1_UEBERHOLFAHRSTREIFEN_ZWISCHEN_DEN_ROLLSPUREN_IN_GEGENRICHTUNG
-
ZUSTAND_2_UEBERHOLFAHRSTREIFEN_IN_DEN_ROLLSPUREN
public static final AttUfdPositionFahrbahnSensor ZUSTAND_2_UEBERHOLFAHRSTREIFEN_IN_DEN_ROLLSPUREN
-
ZUSTAND_3_UEBERHOLFAHRSTREIFEN_IN_DEN_ROLLSPUREN_IN_GEGENRICHTUNG
public static final AttUfdPositionFahrbahnSensor ZUSTAND_3_UEBERHOLFAHRSTREIFEN_IN_DEN_ROLLSPUREN_IN_GEGENRICHTUNG
-
ZUSTAND_4_HAUPTFAHRSTREIFEN_ZWISCHEN_DEN_ROLLSPUREN
public static final AttUfdPositionFahrbahnSensor ZUSTAND_4_HAUPTFAHRSTREIFEN_ZWISCHEN_DEN_ROLLSPUREN
-
ZUSTAND_5_HAUPTFAHRSTREIFEN_ZWISCHEN_DEN_ROLLSPUREN_IN_GEGENRICHTUNG
public static final AttUfdPositionFahrbahnSensor ZUSTAND_5_HAUPTFAHRSTREIFEN_ZWISCHEN_DEN_ROLLSPUREN_IN_GEGENRICHTUNG
-
ZUSTAND_6_HAUPTFAHRSTREIFEN_IN_DEN_ROLLSPUREN
public static final AttUfdPositionFahrbahnSensor ZUSTAND_6_HAUPTFAHRSTREIFEN_IN_DEN_ROLLSPUREN
-
ZUSTAND_7_HAUPTFAHRSTREIFEN_IN_DEN_ROLLSPUREN_IN_GEGENRICHTUNG
public static final AttUfdPositionFahrbahnSensor ZUSTAND_7_HAUPTFAHRSTREIFEN_IN_DEN_ROLLSPUREN_IN_GEGENRICHTUNG
-
ZUSTAND_8__8_RESERVIERT_
public static final AttUfdPositionFahrbahnSensor ZUSTAND_8__8_RESERVIERT_
-
ZUSTAND_9__9_RESERVIERT_
public static final AttUfdPositionFahrbahnSensor ZUSTAND_9__9_RESERVIERT_
-
ZUSTAND_10__10_RESERVIERT_
public static final AttUfdPositionFahrbahnSensor ZUSTAND_10__10_RESERVIERT_
-
ZUSTAND_11__11_RESERVIERT_
public static final AttUfdPositionFahrbahnSensor ZUSTAND_11__11_RESERVIERT_
-
ZUSTAND_12__12_RESERVIERT_
public static final AttUfdPositionFahrbahnSensor ZUSTAND_12__12_RESERVIERT_
-
ZUSTAND_13__13_RESERVIERT_
public static final AttUfdPositionFahrbahnSensor ZUSTAND_13__13_RESERVIERT_
-
ZUSTAND_14__14_RESERVIERT_
public static final AttUfdPositionFahrbahnSensor ZUSTAND_14__14_RESERVIERT_
-
ZUSTAND_15_UNBEKANNT
public static final AttUfdPositionFahrbahnSensor ZUSTAND_15_UNBEKANNT
-
-
Method Detail
-
getZustand
public static AttUfdPositionFahrbahnSensor 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 AttUfdPositionFahrbahnSensor 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<AttUfdPositionFahrbahnSensor> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-