public enum ZwangsversteigerungKategorieTyp extends Enum<ZwangsversteigerungKategorieTyp>
Java class for ZwangsversteigerungKategorieTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ZwangsversteigerungKategorieTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Eigentumswohnung"/>
<enumeration value="Ein/Mehrfamilienhaus"/>
<enumeration value="Gewerbe/Anlage"/>
<enumeration value="Grundstueck"/>
<enumeration value="Garage/Sonstige"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
EFH_MFH |
EIGENTUMSWOHNUNG |
GARAGE_SONSTIGES |
GEWERBE_ANLAGE |
GRUNDSTUECK |
| Modifier and Type | Method and Description |
|---|---|
static ZwangsversteigerungKategorieTyp |
fromValue(String v) |
String |
value() |
static ZwangsversteigerungKategorieTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZwangsversteigerungKategorieTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZwangsversteigerungKategorieTyp EIGENTUMSWOHNUNG
public static final ZwangsversteigerungKategorieTyp EFH_MFH
public static final ZwangsversteigerungKategorieTyp GEWERBE_ANLAGE
public static final ZwangsversteigerungKategorieTyp GRUNDSTUECK
public static final ZwangsversteigerungKategorieTyp GARAGE_SONSTIGES
public static ZwangsversteigerungKategorieTyp[] values()
for (ZwangsversteigerungKategorieTyp c : ZwangsversteigerungKategorieTyp.values()) System.out.println(c);
public static ZwangsversteigerungKategorieTyp 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 ZwangsversteigerungKategorieTyp fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.