Class AttRdsLocationMethode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>

    public class AttRdsLocationMethode
    extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
    bezeichnet die Kodierungsmethode der Location.

    See Also:
    Serialized Form
    • Field Detail

      • ZUSTAND_0_ERSTE_FELDPOSITION_IST_PRIMAERE_LOCATION_UND_LETZTE_FELDPOSITION_IST_SEKUNDAERE_LOCATION

        public static final AttRdsLocationMethode ZUSTAND_0_ERSTE_FELDPOSITION_IST_PRIMAERE_LOCATION_UND_LETZTE_FELDPOSITION_IST_SEKUNDAERE_LOCATION

      • ZUSTAND_1_PRIMAERE_LOCATION_UND_EXTENT_SIND_GUELTIG

        public static final AttRdsLocationMethode ZUSTAND_1_PRIMAERE_LOCATION_UND_EXTENT_SIND_GUELTIG

      • ZUSTAND_2_PRIMAERE_LOCATION_UND_SEKUNDAERE_LOCATION_SIND_GUELTIG

        public static final AttRdsLocationMethode ZUSTAND_2_PRIMAERE_LOCATION_UND_SEKUNDAERE_LOCATION_SIND_GUELTIG

      • ZUSTAND_3_PRIMAERE_LOCATION_EXTENT_UND_PRIMAERE_ENTFERNUNG_SIND_GUELTIG

        public static final AttRdsLocationMethode ZUSTAND_3_PRIMAERE_LOCATION_EXTENT_UND_PRIMAERE_ENTFERNUNG_SIND_GUELTIG

      • ZUSTAND_4_PRIMAERE_LOCATION_SEKUNDAERE_LOCATION_PRIMAERE_ENTFERNUNG_UND_SEKUNDAERE_ENTFERNUNG_SIND_GUELTIG_

        public static final AttRdsLocationMethode ZUSTAND_4_PRIMAERE_LOCATION_SEKUNDAERE_LOCATION_PRIMAERE_ENTFERNUNG_UND_SEKUNDAERE_ENTFERNUNG_SIND_GUELTIG_

      • ZUSTAND_5_STRASSENNUMMER_AUSFAHRTNUMMER_UND_NACHRICHTENTEXT_FUER_NACHRICHTENKLASSE_40_DER_PRIMAEREN_UND_SEKUNDAEREN_LOCATION_SIND_GUELTIG_

        public static final AttRdsLocationMethode ZUSTAND_5_STRASSENNUMMER_AUSFAHRTNUMMER_UND_NACHRICHTENTEXT_FUER_NACHRICHTENKLASSE_40_DER_PRIMAEREN_UND_SEKUNDAEREN_LOCATION_SIND_GUELTIG_

      • ZUSTAND_6_STRASSENNUMMER_LOCATIONKILOMETRIERUNG_DER_PRIMAEREN_UND_SEKUNDAEREN_LOCATION_SIND_GUELTIG_

        public static final AttRdsLocationMethode ZUSTAND_6_STRASSENNUMMER_LOCATIONKILOMETRIERUNG_DER_PRIMAEREN_UND_SEKUNDAEREN_LOCATION_SIND_GUELTIG_

    • Constructor Detail

      • AttRdsLocationMethode

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

      • getZustand

        public static AttRdsLocationMethode 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 AttRdsLocationMethode 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<AttRdsLocationMethode> getZustaende()
        Gibt alle Zustände zurück, die das Attribut besitzen kann.
        Returns:
        alle Zustände die das Attribut annehmen kann.