de.inovat.kex.bast.common.objectwrapper
Class Bundesland

java.lang.Object
  extended by 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.

Version:
$Id: Bundesland.java 442 2008-11-10 06:59:32Z Schawaller $
Author:
LOGOS GmbH Rostock (www.logos-ib.de), Ralf Trier

Field Summary
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
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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