public enum WohnungKategorienTyp extends Enum<WohnungKategorienTyp>
Java class for WohnungKategorienTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="WohnungKategorienTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Dachgeschoss"/>
<enumeration value="Maisonette"/>
<enumeration value="keineAngabe"/>
<enumeration value="Penthouse"/>
<enumeration value="Terrassenwohnung"/>
<enumeration value="Sonstige"/>
<enumeration value="Erdgeschoss"/>
<enumeration value="Etagenwohnung"/>
<enumeration value="Loft"/>
<enumeration value="Hochparterre"/>
<enumeration value="Souterrain"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DACHGESCHOSS |
ERDGESCHOSS |
ETAGENWOHNUNG |
HOCHPARTERRE |
KEINE_ANGABE |
LOFT |
MAISONETTE |
PENTHOUSE |
SONSTIGE |
SOUTERRAIN |
TERRASSENWOHNUNG |
| Modifier and Type | Method and Description |
|---|---|
static WohnungKategorienTyp |
fromValue(String v) |
String |
value() |
static WohnungKategorienTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WohnungKategorienTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WohnungKategorienTyp DACHGESCHOSS
public static final WohnungKategorienTyp MAISONETTE
public static final WohnungKategorienTyp KEINE_ANGABE
public static final WohnungKategorienTyp PENTHOUSE
public static final WohnungKategorienTyp TERRASSENWOHNUNG
public static final WohnungKategorienTyp SONSTIGE
public static final WohnungKategorienTyp ERDGESCHOSS
public static final WohnungKategorienTyp ETAGENWOHNUNG
public static final WohnungKategorienTyp LOFT
public static final WohnungKategorienTyp HOCHPARTERRE
public static final WohnungKategorienTyp SOUTERRAIN
public static WohnungKategorienTyp[] values()
for (WohnungKategorienTyp c : WohnungKategorienTyp.values()) System.out.println(c);
public static WohnungKategorienTyp 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 WohnungKategorienTyp fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.