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