public static enum BuildableAccordingTo.Option extends Enum<BuildableAccordingTo.Option> implements Translatable
Enum Constant and Description |
---|
BINDING_SITE_PLAN
binding site plan (§30BauGB) / Bebauungsplan (§30BauGB)
|
GREENFIELD_DEVELOPMENT
greenfield development / Bauerwartungsland
|
NEIGHBORING_DEVELOPMENT
neighboring development (§34BauGB) / Nachbarbebauung (§34BauGB)
|
NO_DEVELOPMENT_AREA
no development area / kein Bauland
|
NO_SITE_PLAN
without site plan / ohne Bebauungsplan
|
PERIPHERY_DEVELOPMENT
periphery (§35BauGB) / Außengebiet (§35BauGB)
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static BuildableAccordingTo.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildableAccordingTo.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildableAccordingTo.Option BINDING_SITE_PLAN
public static final BuildableAccordingTo.Option NEIGHBORING_DEVELOPMENT
public static final BuildableAccordingTo.Option PERIPHERY_DEVELOPMENT
public static final BuildableAccordingTo.Option GREENFIELD_DEVELOPMENT
public static final BuildableAccordingTo.Option NO_SITE_PLAN
public static final BuildableAccordingTo.Option NO_DEVELOPMENT_AREA
public static BuildableAccordingTo.Option[] values()
for (BuildableAccordingTo.Option c : BuildableAccordingTo.Option.values()) System.out.println(c);
public static BuildableAccordingTo.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.