Class 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 Detail

      • MIN_VALUE

        @Deprecated
        public static final java.lang.Byte MIN_VALUE
        Deprecated.
        neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
        Der minimale Wert des Attributs.
      • MAX_VALUE

        @Deprecated
        public static final java.lang.Byte MAX_VALUE
        Deprecated.
        neu: WerteBereich.getWerteBereich(Class) und Zahl.getWerteBereich()
        Der maximale Wert des Attributs.
      • EINHEIT

        @Deprecated
        public static final java.lang.String EINHEIT
        Deprecated.
        neu: WerteBereich.getWerteBereich(Class) und Zahl.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

    • Constructor Detail

      • AttUfdPositionFahrbahnSensor

        public AttUfdPositionFahrbahnSensor​(java.lang.Byte value)
        Erzeugte eine neues Attribut PositionFahrbahnSensor.
        Parameters:
        value - der Wert der Zahl.
    • Method Detail

      • getZustand

        public static AttUfdPositionFahrbahnSensor getZustand​(java.lang.Byte value)
        Gibt den Zustand zu einer Zahl zurück oder null, 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 oder null, 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.