public class Bundesland extends Object implements Comparable
Modifier and Type | Field and 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 and Description |
---|---|
int |
compareTo(Object o) |
String |
getAbbreviation() |
static Bundesland |
getInstanceByCode(int code) |
int |
getKennung() |
String |
getKennungAsString() |
Bundesland[] |
getLaender() |
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 String getAbbreviation()
public int getKennung()
public String getKennungAsString()
public int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.