public static enum CommercialZone.Option extends Enum<CommercialZone.Option> implements Translatable
Enum Constant and Description |
---|
LOCATION_1A
triple A-location / 1A-Lage
|
LOCATION_1B
secondary location (1B) / 1B-Lage
|
LOCATION_2A
secondary location (2A) / 2A-Lage
|
LOCATION_2B
secondary location (2B) / 2B-Lage
|
LOCATION_A
triple A-location / A-Lage
|
LOCATION_B
secondary location (B) / B-Lage
|
PREDESTRIAN_ZONE
pedestrian zone / Fußgängerzone
|
SHOPPING_CENTER
shopping center / Einkaufszentrum
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static CommercialZone.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommercialZone.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommercialZone.Option LOCATION_A
public static final CommercialZone.Option LOCATION_B
public static final CommercialZone.Option LOCATION_1A
public static final CommercialZone.Option LOCATION_2A
public static final CommercialZone.Option LOCATION_1B
public static final CommercialZone.Option LOCATION_2B
public static final CommercialZone.Option SHOPPING_CENTER
public static final CommercialZone.Option PREDESTRIAN_ZONE
public static CommercialZone.Option[] values()
for (CommercialZone.Option c : CommercialZone.Option.values()) System.out.println(c);
public static CommercialZone.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.