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