@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum HouseTypeBuildingType extends Enum<HouseTypeBuildingType>
Java class for HouseTypeBuildingType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HouseTypeBuildingType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NO_INFORMATION"/>
<enumeration value="BLOCKHOUSE"/>
<enumeration value="BUNGALOW"/>
<enumeration value="SEMI_DETACHED_HOUSE"/>
<enumeration value="ONE_FAMILY_HOUSE"/>
<enumeration value="FAMILY_HOUSE_WITH_LODGER_FLAT"/>
<enumeration value="TUDOR_HOUSE"/>
<enumeration value="WOODEN_HOUSE"/>
<enumeration value="COUNTRY_HOUSE"/>
<enumeration value="APARTMENT_BUILDING"/>
<enumeration value="NON_DETACHED_HOUSE"/>
<enumeration value="CITY_VILLA"/>
<enumeration value="VILLA"/>
<enumeration value="SEMI_DETACHED_HOUSE_PAIR"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APARTMENT_BUILDING
Appartment Gebäude
|
BLOCKHOUSE
Blockhaus
|
BUNGALOW
Bungalow
|
CITY_VILLA
Stadtvilla
|
COUNTRY_HOUSE
Landhaus
|
FAMILY_HOUSE_WITH_LODGER_FLAT
Haus mit Einlegerwohnung
|
NO_INFORMATION
keine Angabe
|
NON_DETACHED_HOUSE
Freistehendes Haus
|
ONE_FAMILY_HOUSE
Einfamilienhaus
|
SEMI_DETACHED_HOUSE
Doppelhaushaelfte
|
SEMI_DETACHED_HOUSE_PAIR
Doppelhaus
|
TUDOR_HOUSE
Haus im Tudorstil
|
VILLA
Villa
|
WOODEN_HOUSE
Holzhaus
|
| Modifier and Type | Method and Description |
|---|---|
static HouseTypeBuildingType |
fromValue(String v) |
String |
value() |
static HouseTypeBuildingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HouseTypeBuildingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HouseTypeBuildingType NO_INFORMATION
public static final HouseTypeBuildingType BLOCKHOUSE
public static final HouseTypeBuildingType BUNGALOW
public static final HouseTypeBuildingType SEMI_DETACHED_HOUSE
public static final HouseTypeBuildingType ONE_FAMILY_HOUSE
public static final HouseTypeBuildingType FAMILY_HOUSE_WITH_LODGER_FLAT
public static final HouseTypeBuildingType TUDOR_HOUSE
public static final HouseTypeBuildingType WOODEN_HOUSE
public static final HouseTypeBuildingType COUNTRY_HOUSE
public static final HouseTypeBuildingType APARTMENT_BUILDING
public static final HouseTypeBuildingType NON_DETACHED_HOUSE
public static final HouseTypeBuildingType CITY_VILLA
public static final HouseTypeBuildingType VILLA
public static final HouseTypeBuildingType SEMI_DETACHED_HOUSE_PAIR
public static HouseTypeBuildingType[] values()
for (HouseTypeBuildingType c : HouseTypeBuildingType.values()) System.out.println(c);
public static HouseTypeBuildingType 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 HouseTypeBuildingType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.