de.inovat.kex.bast.common.objectwrapper
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.
- Version:
- $Id: Bundesland.java 442 2008-11-10 06:59:32Z Schawaller $
- Author:
- LOGOS GmbH Rostock (www.logos-ib.de), Ralf Trier
Constructor Summary |
private |
Bundesland(java.lang.String name,
int code,
java.lang.String abbreviation)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
__HashMapCodeAsKey
private static java.util.HashMap<java.lang.Integer,Bundesland> __HashMapCodeAsKey
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
_Name
private java.lang.String _Name
_Code
private int _Code
_Abbreviation
private java.lang.String _Abbreviation
__BundesLaenderArray
private static Bundesland[] __BundesLaenderArray
Bundesland
private Bundesland(java.lang.String name,
int code,
java.lang.String abbreviation)
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>