java.lang.Comparable<Bundesland>
public class Bundesland extends java.lang.Object implements java.lang.Comparable<Bundesland>
Modifier and Type | Field | Description |
---|---|---|
static Bundesland |
BADEN_WUERTTEMBERG |
|
static Bundesland |
BAYERN |
|
static Bundesland |
BERLIN |
|
static Bundesland |
BRANDENBURG |
|
static Bundesland |
BREMEN |
|
static Bundesland |
HAMBURG |
|
static Bundesland |
HESSEN |
|
static Bundesland |
MECKLENBURG_VORPOMMERN |
|
static Bundesland |
NIEDERSACHSEN |
|
static Bundesland |
NORDRHEIN_WESTFALEN |
|
static Bundesland |
RHEINLAND_PFALZ |
|
static Bundesland |
SAARLAND |
|
static Bundesland |
SACHSEN |
|
static Bundesland |
SACHSEN_ANHALT |
|
static Bundesland |
SCHLESWIG_HOLSTEIN |
|
static Bundesland |
THUERINGEN |
Modifier and Type | Method | Description |
---|---|---|
int |
compareTo(Bundesland o) |
|
java.lang.String |
getAbbreviation() |
|
static Bundesland |
getInstanceByCode(int code) |
|
int |
getKennung() |
|
java.lang.String |
getKennungAsString() |
|
Bundesland[] |
getLaender() |
|
java.lang.String |
toString() |
public static final Bundesland SCHLESWIG_HOLSTEIN
public static final Bundesland HAMBURG
public static final Bundesland NIEDERSACHSEN
public static final Bundesland BREMEN
public static final Bundesland NORDRHEIN_WESTFALEN
public static final Bundesland HESSEN
public static final Bundesland RHEINLAND_PFALZ
public static final Bundesland BADEN_WUERTTEMBERG
public static final Bundesland BAYERN
public static final Bundesland SAARLAND
public static final Bundesland BERLIN
public static final Bundesland BRANDENBURG
public static final Bundesland MECKLENBURG_VORPOMMERN
public static final Bundesland SACHSEN
public static final Bundesland SACHSEN_ANHALT
public static final Bundesland THUERINGEN
public static Bundesland getInstanceByCode(int code)
public Bundesland[] getLaender()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getAbbreviation()
public int getKennung()
public java.lang.String getKennungAsString()
public int compareTo(Bundesland o)
compareTo
in interface java.lang.Comparable<Bundesland>