@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum InvestmentType extends Enum<InvestmentType>
Java class for InvestmentType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="InvestmentType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SINGLE_FAMILY_HOUSE"/>
<enumeration value="MULTI_FAMILY_HOUSE"/>
<enumeration value="FREEHOLD_FLAT"/>
<enumeration value="SHOPPING_CENTRE"/>
<enumeration value="RESTAURANT"/>
<enumeration value="HOTEL"/>
<enumeration value="LEISURE_FACILITY"/>
<enumeration value="COMMERCIAL_UNIT"/>
<enumeration value="OFFICE_BUILDING"/>
<enumeration value="COMMERCIAL_BUILDING"/>
<enumeration value="COMMERCIAL_PROPERTY"/>
<enumeration value="HALL_STORAGE"/>
<enumeration value="INDUSTRIAL_PROPERTY"/>
<enumeration value="SHOP_SALES_FLOOR"/>
<enumeration value="SERVICE_CENTRE"/>
<enumeration value="OTHER"/>
<enumeration value="SUPERMARKET"/>
<enumeration value="LIVING_BUSINESS_HOUSE"/>
<enumeration value="HOUSING_ESTATE"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COMMERCIAL_BUILDING
Geschäftshaus
|
COMMERCIAL_PROPERTY
Gewerbeanwesen
|
COMMERCIAL_UNIT
Gewerbeeinheit
|
FREEHOLD_FLAT
Eigentumswohnung
|
HALL_STORAGE
Halle/Lager
|
HOTEL
Hotel
|
HOUSING_ESTATE
Wohnanlage
|
INDUSTRIAL_PROPERTY
Industrieanwesen
|
LEISURE_FACILITY
Freizeitanlage
|
LIVING_BUSINESS_HOUSE
Wohn-/ Geschäftshaus
|
MULTI_FAMILY_HOUSE
Mehrfamilienhaus
|
OFFICE_BUILDING
Bürogebäude
|
OTHER
Sonstige
|
RESTAURANT
Gaststätte
|
SERVICE_CENTRE
Servicecenter
|
SHOP_SALES_FLOOR
Laden/Verkaufsfläche
|
SHOPPING_CENTRE
Einkaufszentrum
|
SINGLE_FAMILY_HOUSE
Einfamilienhaus
|
SUPERMARKET
Supermarkt
|
| Modifier and Type | Method and Description |
|---|---|
static InvestmentType |
fromValue(String v) |
String |
value() |
static InvestmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvestmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvestmentType SINGLE_FAMILY_HOUSE
public static final InvestmentType MULTI_FAMILY_HOUSE
public static final InvestmentType FREEHOLD_FLAT
public static final InvestmentType SHOPPING_CENTRE
public static final InvestmentType RESTAURANT
public static final InvestmentType HOTEL
public static final InvestmentType LEISURE_FACILITY
public static final InvestmentType COMMERCIAL_UNIT
public static final InvestmentType OFFICE_BUILDING
public static final InvestmentType COMMERCIAL_BUILDING
public static final InvestmentType COMMERCIAL_PROPERTY
public static final InvestmentType HALL_STORAGE
public static final InvestmentType INDUSTRIAL_PROPERTY
public static final InvestmentType SHOP_SALES_FLOOR
public static final InvestmentType SERVICE_CENTRE
public static final InvestmentType OTHER
public static final InvestmentType SUPERMARKET
public static final InvestmentType LIVING_BUSINESS_HOUSE
public static final InvestmentType HOUSING_ESTATE
public static InvestmentType[] values()
for (InvestmentType c : InvestmentType.values()) System.out.println(c);
public static InvestmentType 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 InvestmentType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.