public static enum BuildableWith.Option extends Enum<BuildableWith.Option> implements Translatable
Enum Constant and Description |
---|
BUSINESS_BIG
commercial / Gewerbe
|
BUSINESS_SMALL
small business / Kleingewerbe
|
CAMPING
camping / Camping
|
CAR_PARKING_SPACES
car parking spaces / Stellplätze
|
DEVELOPMENT_AREA
greenfield development / Bauerwartungsland
|
DUPLEX_HOUSE
duplex house / Doppelhaus
|
FARMLAND
farmland / Ackerland
|
FOREST
forest / Wald
|
FRUIT_PLANTING
fruit planting / Obstpflanzung
|
GARAGE
garage / Garage
|
GARDEN
garden / Garten
|
GASTRONOMY
catering business / Gastronomie
|
HOTEL
hotel / Hotel
|
INDUSTRY
industry / Industrie
|
JETTY
jetty / pier / Bootsstand / Anlegestelle
|
MULTI_FAMILY_HOUSE
multi-family house / Mehrfamilienhaus
|
NO_DEVELOPMENT
no development / keine Bebauung
|
OFFICE
office / Büro
|
PARKING_STRUCTURE
parking structure / Parkhaus
|
PRODUCTION
production / Produktion
|
RETAIL_LARGE
large retail / Einzelhandel groß
|
RETAIL_SMALL
small retail unit / Einzelhandel klein
|
SINGLE_FAMILY_HOUSE
single-family house / Einfamilienhaus
|
TERRACED_HOUSE
terraced house / Reihenhaus
|
VILLA
villa / Villa
|
WAREHOUSE
warehouse / Lager
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static BuildableWith.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildableWith.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildableWith.Option FARMLAND
public static final BuildableWith.Option DEVELOPMENT_AREA
public static final BuildableWith.Option JETTY
public static final BuildableWith.Option OFFICE
public static final BuildableWith.Option CAMPING
public static final BuildableWith.Option DUPLEX_HOUSE
public static final BuildableWith.Option SINGLE_FAMILY_HOUSE
public static final BuildableWith.Option RETAIL_LARGE
public static final BuildableWith.Option RETAIL_SMALL
public static final BuildableWith.Option GARAGE
public static final BuildableWith.Option GARDEN
public static final BuildableWith.Option GASTRONOMY
public static final BuildableWith.Option BUSINESS_BIG
public static final BuildableWith.Option HOTEL
public static final BuildableWith.Option INDUSTRY
public static final BuildableWith.Option NO_DEVELOPMENT
public static final BuildableWith.Option BUSINESS_SMALL
public static final BuildableWith.Option WAREHOUSE
public static final BuildableWith.Option MULTI_FAMILY_HOUSE
public static final BuildableWith.Option FRUIT_PLANTING
public static final BuildableWith.Option PARKING_STRUCTURE
public static final BuildableWith.Option PRODUCTION
public static final BuildableWith.Option TERRACED_HOUSE
public static final BuildableWith.Option CAR_PARKING_SPACES
public static final BuildableWith.Option VILLA
public static final BuildableWith.Option FOREST
public static BuildableWith.Option[] values()
for (BuildableWith.Option c : BuildableWith.Option.values()) System.out.println(c);
public static BuildableWith.Option 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 getTranslation()
getTranslation
in interface Translatable
public String getTranslation(Locale locale)
getTranslation
in interface Translatable
Copyright © 2019 OpenEstate. All rights reserved.