Class Bundesland
- java.lang.Object
-
- de.inovat.kex.bast.common.objectwrapper.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 Summary
Fields Modifier and Type Field Description static BundeslandBadenWuertenbergstatic BundeslandBayernstatic BundeslandBerlinstatic BundeslandBrandenburgstatic BundeslandBremenstatic BundeslandHamburgstatic BundeslandHessenstatic BundeslandMecklenburgVorpommernstatic BundeslandNiedersachsenstatic BundeslandNordrheinWestfalenstatic BundeslandRheinlandPfalzstatic BundeslandSaarlandstatic BundeslandSachsenstatic BundeslandSachsenAnhaltstatic BundeslandSchleswigHolsteinstatic BundeslandThueringen
-
Method Summary
Modifier and Type Method Description intcompareTo(Bundesland b)java.lang.StringgetAbbreviation()static BundeslandgetInstanceByCode(int code)intgetKennung()java.lang.StringgetKennungAsString()Bundesland[]getLaender()java.lang.StringtoString()
-
-
-
Field Detail
-
SchleswigHolstein
public static final Bundesland SchleswigHolstein
-
Hamburg
public static final Bundesland Hamburg
-
Niedersachsen
public static final Bundesland Niedersachsen
-
Bremen
public static final Bundesland Bremen
-
NordrheinWestfalen
public static final Bundesland NordrheinWestfalen
-
Hessen
public static final Bundesland Hessen
-
RheinlandPfalz
public static final Bundesland RheinlandPfalz
-
BadenWuertenberg
public static final Bundesland BadenWuertenberg
-
Bayern
public static final Bundesland Bayern
-
Saarland
public static final Bundesland Saarland
-
Berlin
public static final Bundesland Berlin
-
Brandenburg
public static final Bundesland Brandenburg
-
MecklenburgVorpommern
public static final Bundesland MecklenburgVorpommern
-
Sachsen
public static final Bundesland Sachsen
-
SachsenAnhalt
public static final Bundesland SachsenAnhalt
-
Thueringen
public static final Bundesland Thueringen
-
-
Method Detail
-
getInstanceByCode
public static Bundesland getInstanceByCode(int code)
-
getLaender
public Bundesland[] getLaender()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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:
compareToin interfacejava.lang.Comparable<Bundesland>
-
-