public static enum PublicLaendertabelleDto.BundeslandNameEnum extends java.lang.Enum<PublicLaendertabelleDto.BundeslandNameEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
PublicLaendertabelleDto.BundeslandNameEnum.Adapter |
| Enum Constant and Description |
|---|
BADEN_WUERTTEMBERG |
BAYERN |
BERLIN |
BRANDENBURG |
BREMEN |
HAMBURG |
HESSEN |
MECKLENBURG_VORPOMMERN |
NIEDERSACHSEN |
NORDRHEIN_WESTFALEN |
RHEINLAND_PFALZ |
SAARLAND |
SACHSEN |
SACHSEN_ANHALT |
SCHLESWIG_HOLSTEIN |
THUERINGEN |
| Modifier and Type | Method and Description |
|---|---|
static PublicLaendertabelleDto.BundeslandNameEnum |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static PublicLaendertabelleDto.BundeslandNameEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PublicLaendertabelleDto.BundeslandNameEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublicLaendertabelleDto.BundeslandNameEnum SCHLESWIG_HOLSTEIN
public static final PublicLaendertabelleDto.BundeslandNameEnum HAMBURG
public static final PublicLaendertabelleDto.BundeslandNameEnum NIEDERSACHSEN
public static final PublicLaendertabelleDto.BundeslandNameEnum BREMEN
public static final PublicLaendertabelleDto.BundeslandNameEnum NORDRHEIN_WESTFALEN
public static final PublicLaendertabelleDto.BundeslandNameEnum HESSEN
public static final PublicLaendertabelleDto.BundeslandNameEnum RHEINLAND_PFALZ
public static final PublicLaendertabelleDto.BundeslandNameEnum BADEN_WUERTTEMBERG
public static final PublicLaendertabelleDto.BundeslandNameEnum BAYERN
public static final PublicLaendertabelleDto.BundeslandNameEnum SAARLAND
public static final PublicLaendertabelleDto.BundeslandNameEnum BERLIN
public static final PublicLaendertabelleDto.BundeslandNameEnum BRANDENBURG
public static final PublicLaendertabelleDto.BundeslandNameEnum MECKLENBURG_VORPOMMERN
public static final PublicLaendertabelleDto.BundeslandNameEnum SACHSEN
public static final PublicLaendertabelleDto.BundeslandNameEnum SACHSEN_ANHALT
public static final PublicLaendertabelleDto.BundeslandNameEnum THUERINGEN
public static PublicLaendertabelleDto.BundeslandNameEnum[] values()
for (PublicLaendertabelleDto.BundeslandNameEnum c : PublicLaendertabelleDto.BundeslandNameEnum.values()) System.out.println(c);
public static PublicLaendertabelleDto.BundeslandNameEnum valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
public java.lang.String toString()
toString in class java.lang.Enum<PublicLaendertabelleDto.BundeslandNameEnum>public static PublicLaendertabelleDto.BundeslandNameEnum fromValue(java.lang.String value)