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