@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum OfficeType extends Enum<OfficeType>
Java class for OfficeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="OfficeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="LOFT"/>
<enumeration value="STUDIO"/>
<enumeration value="OFFICE"/>
<enumeration value="OFFICE_FLOOR"/>
<enumeration value="OFFICE_BUILDING"/>
<enumeration value="OFFICE_CENTRE"/>
<enumeration value="OFFICE_STORAGE_BUILDING"/>
<enumeration value="SURGERY"/>
<enumeration value="SURGERY_FLOOR"/>
<enumeration value="SURGERY_BUILDING"/>
<enumeration value="COMMERCIAL_CENTRE"/>
<enumeration value="LIVING_AND_COMMERCIAL_BUILDING"/>
<enumeration value="OFFICE_AND_COMMERCIAL_BUILDING"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COMMERCIAL_CENTRE
Gewerbezentrum
|
LIVING_AND_COMMERCIAL_BUILDING
Wohn- und Geschäftsgebäude
|
LOFT
Loft
|
OFFICE
Büro
|
OFFICE_AND_COMMERCIAL_BUILDING
Büro- und Geschäftsgebäude
|
OFFICE_BUILDING
Bürohaus
|
OFFICE_CENTRE
Bürozentrum
|
OFFICE_FLOOR
Büroetage
|
OFFICE_STORAGE_BUILDING
Büro-/ Lagergebäude
|
STUDIO
Atelier
|
SURGERY
Praxis
|
SURGERY_BUILDING
Praxishaus
|
SURGERY_FLOOR
Praxisetage
|
| Modifier and Type | Method and Description |
|---|---|
static OfficeType |
fromValue(String v) |
String |
value() |
static OfficeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OfficeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OfficeType LOFT
public static final OfficeType STUDIO
public static final OfficeType OFFICE
public static final OfficeType OFFICE_FLOOR
public static final OfficeType OFFICE_BUILDING
public static final OfficeType OFFICE_CENTRE
public static final OfficeType OFFICE_STORAGE_BUILDING
public static final OfficeType SURGERY
public static final OfficeType SURGERY_FLOOR
public static final OfficeType SURGERY_BUILDING
public static final OfficeType COMMERCIAL_CENTRE
public static final OfficeType LIVING_AND_COMMERCIAL_BUILDING
public static final OfficeType OFFICE_AND_COMMERCIAL_BUILDING
public static OfficeType[] values()
for (OfficeType c : OfficeType.values()) System.out.println(c);
public static OfficeType 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 OfficeType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.