public static enum MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum extends java.lang.Enum<MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum.Adapter |
| Enum Constant and Description |
|---|
MEHRERE_MELDEBEREICH_WERDEN_ZUSAMMENGEFUEHRT |
MELDEBEREICH_MIT_INVALIDEN_MELDUNGEN |
MELDEBEREICH_MIT_VALIDEN_MELDUNGEN |
MELDEBEREICH_OHNE_MELDUNG |
MELDEBEREICH_WIRD_AUFGETEILT |
WAITING_FOR_ACTIVATION |
| Modifier and Type | Method and Description |
|---|---|
static MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
java.lang.String |
toString() |
static MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum MELDEBEREICH_OHNE_MELDUNG
public static final MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum MELDEBEREICH_MIT_INVALIDEN_MELDUNGEN
public static final MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum MELDEBEREICH_WIRD_AUFGETEILT
public static final MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum MEHRERE_MELDEBEREICH_WERDEN_ZUSAMMENGEFUEHRT
public static final MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum MELDEBEREICH_MIT_VALIDEN_MELDUNGEN
public static final MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum WAITING_FOR_ACTIVATION
public static MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum[] values()
for (MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum c : MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum.values()) System.out.println(c);
public static MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum 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<MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum>public static MeldebereichMeldungshistorieDto.DeaktivierungsGrundEnum fromValue(java.lang.String value)