public static enum KrankenhausStandortDto.BundeslandEnum extends java.lang.Enum<KrankenhausStandortDto.BundeslandEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
KrankenhausStandortDto.BundeslandEnum.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 KrankenhausStandortDto.BundeslandEnum |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static KrankenhausStandortDto.BundeslandEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KrankenhausStandortDto.BundeslandEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KrankenhausStandortDto.BundeslandEnum SCHLESWIG_HOLSTEIN
public static final KrankenhausStandortDto.BundeslandEnum HAMBURG
public static final KrankenhausStandortDto.BundeslandEnum NIEDERSACHSEN
public static final KrankenhausStandortDto.BundeslandEnum BREMEN
public static final KrankenhausStandortDto.BundeslandEnum NORDRHEIN_WESTFALEN
public static final KrankenhausStandortDto.BundeslandEnum HESSEN
public static final KrankenhausStandortDto.BundeslandEnum RHEINLAND_PFALZ
public static final KrankenhausStandortDto.BundeslandEnum BADEN_WUERTTEMBERG
public static final KrankenhausStandortDto.BundeslandEnum BAYERN
public static final KrankenhausStandortDto.BundeslandEnum SAARLAND
public static final KrankenhausStandortDto.BundeslandEnum BERLIN
public static final KrankenhausStandortDto.BundeslandEnum BRANDENBURG
public static final KrankenhausStandortDto.BundeslandEnum MECKLENBURG_VORPOMMERN
public static final KrankenhausStandortDto.BundeslandEnum SACHSEN
public static final KrankenhausStandortDto.BundeslandEnum SACHSEN_ANHALT
public static final KrankenhausStandortDto.BundeslandEnum THUERINGEN
public static KrankenhausStandortDto.BundeslandEnum[] values()
for (KrankenhausStandortDto.BundeslandEnum c : KrankenhausStandortDto.BundeslandEnum.values()) System.out.println(c);
public static KrankenhausStandortDto.BundeslandEnum 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<KrankenhausStandortDto.BundeslandEnum>public static KrankenhausStandortDto.BundeslandEnum fromValue(java.lang.String value)