@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum SiteRecommendedUseForTradeType extends Enum<SiteRecommendedUseForTradeType>
Java class for SiteRecommendedUseForTradeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SiteRecommendedUseForTradeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NO_INFORMATION"/>
<enumeration value="FARMLAND"/>
<enumeration value="FUTURE_DEVELOPMENT_LAND"/>
<enumeration value="MOORAGE"/>
<enumeration value="OFFICE"/>
<enumeration value="CAMPING"/>
<enumeration value="BIG_STORE"/>
<enumeration value="LITTLE_STORE"/>
<enumeration value="GARAGE"/>
<enumeration value="GARDEN"/>
<enumeration value="GASTRONOMY"/>
<enumeration value="BUSINESS"/>
<enumeration value="HOTEL"/>
<enumeration value="INDUSTRY"/>
<enumeration value="NO_DEVELOPMENT"/>
<enumeration value="SMALL_BUSINESS"/>
<enumeration value="STOCK"/>
<enumeration value="ORCHARD"/>
<enumeration value="CAR_PARK"/>
<enumeration value="PRODUCTION"/>
<enumeration value="PARKING_SPACE"/>
<enumeration value="FORREST"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BIG_STORE
Einzelhandel - groß
|
BUSINESS
Gewerbe
|
CAMPING
Camping
|
CAR_PARK
Parkhaus
|
FARMLAND
Ackerland
|
FORREST
Wald
|
FUTURE_DEVELOPMENT_LAND
Bauerwartungsland
|
GARAGE
Garage
|
GARDEN
Garten
|
GASTRONOMY
Gastronomie
|
HOTEL
Hotel
|
INDUSTRY
Industrie
|
LITTLE_STORE
Einzelhandel - klein
|
MOORAGE
Bootsstand
|
NO_DEVELOPMENT
Keine Bebauung
|
NO_INFORMATION
keine Angabe
|
OFFICE
Büro
|
ORCHARD
Obstpflanzung
|
PARKING_SPACE
Stellplätze
|
PRODUCTION
Produktion
|
SMALL_BUSINESS
Kleingewerbe
|
STOCK
Lager
|
| Modifier and Type | Method and Description |
|---|---|
static SiteRecommendedUseForTradeType |
fromValue(String v) |
String |
value() |
static SiteRecommendedUseForTradeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteRecommendedUseForTradeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiteRecommendedUseForTradeType NO_INFORMATION
public static final SiteRecommendedUseForTradeType FARMLAND
public static final SiteRecommendedUseForTradeType FUTURE_DEVELOPMENT_LAND
public static final SiteRecommendedUseForTradeType MOORAGE
public static final SiteRecommendedUseForTradeType OFFICE
public static final SiteRecommendedUseForTradeType CAMPING
public static final SiteRecommendedUseForTradeType BIG_STORE
public static final SiteRecommendedUseForTradeType LITTLE_STORE
public static final SiteRecommendedUseForTradeType GARAGE
public static final SiteRecommendedUseForTradeType GARDEN
public static final SiteRecommendedUseForTradeType GASTRONOMY
public static final SiteRecommendedUseForTradeType BUSINESS
public static final SiteRecommendedUseForTradeType HOTEL
public static final SiteRecommendedUseForTradeType INDUSTRY
public static final SiteRecommendedUseForTradeType NO_DEVELOPMENT
public static final SiteRecommendedUseForTradeType SMALL_BUSINESS
public static final SiteRecommendedUseForTradeType STOCK
public static final SiteRecommendedUseForTradeType ORCHARD
public static final SiteRecommendedUseForTradeType CAR_PARK
public static final SiteRecommendedUseForTradeType PRODUCTION
public static final SiteRecommendedUseForTradeType PARKING_SPACE
public static final SiteRecommendedUseForTradeType FORREST
public static SiteRecommendedUseForTradeType[] values()
for (SiteRecommendedUseForTradeType c : SiteRecommendedUseForTradeType.values()) System.out.println(c);
public static SiteRecommendedUseForTradeType 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 SiteRecommendedUseForTradeType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.