public enum ObjektZustandTyp extends Enum<ObjektZustandTyp>
Java class for ObjektZustandTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ObjektZustandTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="keineAngabe"/>
<enumeration value="Erstbezug"/>
<enumeration value="Neuwertig"/>
<enumeration value="VollstaendigReonviert"/>
<enumeration value="Renovierungsbeduerftig"/>
<enumeration value="Modernisiert"/>
<enumeration value="NachVereinbarung"/>
<enumeration value="Gepflegt"/>
<enumeration value="ErstbezugNachSanierung"/>
<enumeration value="Saniert"/>
<enumeration value="Unrenoviert"/>
<enumeration value="Abbruchreif"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ABBRUCHREIF |
ERSTBEZUG |
ERSTBEZUG_NACH_SANIERUNG |
GEPFLEGT |
KEINE_ANGABE |
MODERNISIERT |
NACH_VEREINBARUNG |
NEUWERTIG |
RENOVIERUNGSBEDUERFTIG |
SANIERT |
UNRENOVIERT
Nicht weiter unterstuetzt: Zu ersetzen durch Renovierungsbeduerftig
|
VOLLSTAENDIG_REONVIERT |
| Modifier and Type | Method and Description |
|---|---|
static ObjektZustandTyp |
fromValue(String v) |
String |
value() |
static ObjektZustandTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjektZustandTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjektZustandTyp KEINE_ANGABE
public static final ObjektZustandTyp ERSTBEZUG
public static final ObjektZustandTyp NEUWERTIG
public static final ObjektZustandTyp VOLLSTAENDIG_REONVIERT
public static final ObjektZustandTyp RENOVIERUNGSBEDUERFTIG
public static final ObjektZustandTyp MODERNISIERT
public static final ObjektZustandTyp NACH_VEREINBARUNG
public static final ObjektZustandTyp GEPFLEGT
public static final ObjektZustandTyp ERSTBEZUG_NACH_SANIERUNG
public static final ObjektZustandTyp SANIERT
public static final ObjektZustandTyp UNRENOVIERT
public static final ObjektZustandTyp ABBRUCHREIF
public static ObjektZustandTyp[] values()
for (ObjektZustandTyp c : ObjektZustandTyp.values()) System.out.println(c);
public static ObjektZustandTyp 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 String value()
public static ObjektZustandTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.