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 Bundesland
BadenWuertenberg
static Bundesland
Bayern
static Bundesland
Berlin
static Bundesland
Brandenburg
static Bundesland
Bremen
static Bundesland
Hamburg
static Bundesland
Hessen
static Bundesland
MecklenburgVorpommern
static Bundesland
Niedersachsen
static Bundesland
NordrheinWestfalen
static Bundesland
RheinlandPfalz
static Bundesland
Saarland
static Bundesland
Sachsen
static Bundesland
SachsenAnhalt
static Bundesland
SchleswigHolstein
static Bundesland
Thueringen
-
Method Summary
Modifier and Type Method Description int
compareTo(Bundesland b)
java.lang.String
getAbbreviation()
static Bundesland
getInstanceByCode(int code)
int
getKennung()
java.lang.String
getKennungAsString()
Bundesland[]
getLaender()
java.lang.String
toString()
-
-
-
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:
toString
in 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:
compareTo
in interfacejava.lang.Comparable<Bundesland>
-
-