public static enum Nutzung.NUTZUNG_STATES extends Enum<Nutzung.NUTZUNG_STATES>
| Modifier and Type | Method and Description |
|---|---|
static Nutzung.NUTZUNG_STATES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Nutzung.NUTZUNG_STATES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Nutzung.NUTZUNG_STATES NUTZUNG_CREATED
public static final Nutzung.NUTZUNG_STATES BUCHUNG_CREATED
public static final Nutzung.NUTZUNG_STATES NUTZUNG_CHANGED
public static final Nutzung.NUTZUNG_STATES NUTZUNG_TERMINATED
public static final Nutzung.NUTZUNG_STATES STILLE_RESERVE_CREATED
public static final Nutzung.NUTZUNG_STATES STILLE_RESERVE_EXISTING
public static final Nutzung.NUTZUNG_STATES STILLE_RESERVE_INCREASED
public static final Nutzung.NUTZUNG_STATES STILLE_RESERVE_DECREASED
public static final Nutzung.NUTZUNG_STATES STILLE_RESERVE_DISOLVED
public static final Nutzung.NUTZUNG_STATES NUTZUNGSART_CHANGED
public static final Nutzung.NUTZUNG_STATES POSITIVE_BUCHUNG
public static final Nutzung.NUTZUNG_STATES NEGATIVE_BUCHUNG
public static Nutzung.NUTZUNG_STATES[] values()
for (Nutzung.NUTZUNG_STATES c : Nutzung.NUTZUNG_STATES.values()) System.out.println(c);
public static Nutzung.NUTZUNG_STATES valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2025 cismet GmbH. All rights reserved.