Class Bundesland

  • All Implemented Interfaces:
    java.lang.Comparable<Bundesland>

    public class Bundesland
    extends java.lang.Object
    implements java.lang.Comparable<Bundesland>
    kapselt die Bundesländer, die einer LangzeitZählStelle zu geordnet ist und deren Code durch die BASt vorgegeben ist.
    • Field Detail

      • SchleswigHolstein

        public static final Bundesland SchleswigHolstein
      • Niedersachsen

        public static final Bundesland Niedersachsen
      • NordrheinWestfalen

        public static final Bundesland NordrheinWestfalen
      • RheinlandPfalz

        public static final Bundesland RheinlandPfalz
      • BadenWuertenberg

        public static final Bundesland BadenWuertenberg
      • Saarland

        public static final Bundesland Saarland
      • Brandenburg

        public static final Bundesland Brandenburg
      • MecklenburgVorpommern

        public static final Bundesland MecklenburgVorpommern
      • SachsenAnhalt

        public static final Bundesland SachsenAnhalt
      • Thueringen

        public static final Bundesland Thueringen
    • Method Detail

      • getInstanceByCode

        public static Bundesland getInstanceByCode​(int code)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getAbbreviation

        public java.lang.String getAbbreviation()
      • getKennung

        public int getKennung()
      • getKennungAsString

        public java.lang.String getKennungAsString()
      • compareTo

        public int compareTo​(Bundesland b)
        Specified by:
        compareTo in interface java.lang.Comparable<Bundesland>