@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum BuildingType extends Enum<BuildingType>
Java class for BuildingType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="BuildingType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NO_INFORMATION"/>
<enumeration value="SINGLE_FAMILY_HOUSE"/>
<enumeration value="MID_TERRACE_HOUSE"/>
<enumeration value="END_TERRACE_HOUSE"/>
<enumeration value="MULTI_FAMILY_HOUSE"/>
<enumeration value="BUNGALOW"/>
<enumeration value="FARMHOUSE"/>
<enumeration value="SEMIDETACHED_HOUSE"/>
<enumeration value="VILLA"/>
<enumeration value="CASTLE_MANOR_HOUSE"/>
<enumeration value="SPECIAL_REAL_ESTATE"/>
<enumeration value="TERRACE_HOUSE"/>
<enumeration value="OTHER"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BUNGALOW
Bungalow
|
CASTLE_MANOR_HOUSE
Burg/Schloss
|
END_TERRACE_HOUSE
Reiheneckhaus
|
FARMHOUSE
Bauernhaus
|
MID_TERRACE_HOUSE
Reihenmittelhaus
|
MULTI_FAMILY_HOUSE
Mehrfamilienhaus
|
NO_INFORMATION
Deprecated.
|
OTHER
Wohnimmobilie (sonstige)
|
SEMIDETACHED_HOUSE
Doppelhaushälfte
|
SINGLE_FAMILY_HOUSE
Einfamilienhaus (freistehend)
|
SPECIAL_REAL_ESTATE
Besondere Immobilie
|
TERRACE_HOUSE
Reihenhaus
|
VILLA
Villa
|
| Modifier and Type | Method and Description |
|---|---|
static BuildingType |
fromValue(String v) |
String |
value() |
static BuildingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final BuildingType NO_INFORMATION
public static final BuildingType SINGLE_FAMILY_HOUSE
public static final BuildingType MID_TERRACE_HOUSE
public static final BuildingType END_TERRACE_HOUSE
public static final BuildingType MULTI_FAMILY_HOUSE
public static final BuildingType BUNGALOW
public static final BuildingType FARMHOUSE
public static final BuildingType SEMIDETACHED_HOUSE
public static final BuildingType VILLA
public static final BuildingType CASTLE_MANOR_HOUSE
public static final BuildingType SPECIAL_REAL_ESTATE
public static final BuildingType TERRACE_HOUSE
public static final BuildingType OTHER
public static BuildingType[] values()
for (BuildingType c : BuildingType.values()) System.out.println(c);
public static BuildingType 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 BuildingType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.