public enum Objektzustand extends Enum<Objektzustand>
| Enum Constant and Description |
|---|
ABBRUCHREIF |
ERSTBEZUG |
ERSTBEZUG_NACH_SANIERUNG |
GEPFLEGT |
KEINE_ANGABE |
MODERNISIERT |
NACH_VEREINBARUNG |
NEUWERTIG |
RENOVIERUNGSBEDARF |
SANIERT |
UNRENOVIERT
Deprecated.
|
VOLLSTAENDIG_RENOVIERT |
| Modifier and Type | Method and Description |
|---|---|
static Objektzustand |
parse(String value) |
String |
print() |
static Objektzustand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Objektzustand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Objektzustand KEINE_ANGABE
public static final Objektzustand ERSTBEZUG
public static final Objektzustand NEUWERTIG
public static final Objektzustand VOLLSTAENDIG_RENOVIERT
public static final Objektzustand RENOVIERUNGSBEDARF
public static final Objektzustand MODERNISIERT
public static final Objektzustand NACH_VEREINBARUNG
public static final Objektzustand GEPFLEGT
public static final Objektzustand ERSTBEZUG_NACH_SANIERUNG
public static final Objektzustand SANIERT
@Deprecated public static final Objektzustand UNRENOVIERT
public static final Objektzustand ABBRUCHREIF
public static Objektzustand[] values()
for (Objektzustand c : Objektzustand.values()) System.out.println(c);
public static Objektzustand 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 nullpublic static Objektzustand parse(String value)
public String print()
Copyright © 2016 OpenEstate. All rights reserved.