@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum ApartmentType extends Enum<ApartmentType>
Java class for ApartmentType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ApartmentType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ROOF_STOREY"/>
<enumeration value="LOFT"/>
<enumeration value="MAISONETTE"/>
<enumeration value="PENTHOUSE"/>
<enumeration value="TERRACED_FLAT"/>
<enumeration value="GROUND_FLOOR"/>
<enumeration value="APARTMENT"/>
<enumeration value="RAISED_GROUND_FLOOR"/>
<enumeration value="HALF_BASEMENT"/>
<enumeration value="OTHER"/>
<enumeration value="NO_INFORMATION"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APARTMENT
Etagenwohnung
|
GROUND_FLOOR
Erdgeschosswohnung
|
HALF_BASEMENT
Souterrain
|
LOFT
Loft
|
MAISONETTE
Maisonette
|
NO_INFORMATION
Deprecated.
|
OTHER
Sonstige
|
PENTHOUSE
Penthouse
|
RAISED_GROUND_FLOOR
Hochparterre
|
ROOF_STOREY
Dachgeschoss
|
TERRACED_FLAT
Terrassenwohnung
|
| Modifier and Type | Method and Description |
|---|---|
static ApartmentType |
fromValue(String v) |
String |
value() |
static ApartmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApartmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApartmentType ROOF_STOREY
public static final ApartmentType LOFT
public static final ApartmentType MAISONETTE
public static final ApartmentType PENTHOUSE
public static final ApartmentType TERRACED_FLAT
public static final ApartmentType GROUND_FLOOR
public static final ApartmentType APARTMENT
public static final ApartmentType RAISED_GROUND_FLOOR
public static final ApartmentType HALF_BASEMENT
public static final ApartmentType OTHER
@Deprecated public static final ApartmentType NO_INFORMATION
public static ApartmentType[] values()
for (ApartmentType c : ApartmentType.values()) System.out.println(c);
public static ApartmentType 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 ApartmentType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.