public enum BebaubarNachTyp extends Enum<BebaubarNachTyp>
Java class for BebaubarNachTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="BebaubarNachTyp"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Unbekannt"/> <enumeration value="§30BauGB"/> <enumeration value="§34BauGB"/> <enumeration value="§35BauGB"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BAUGB_30
Bebauung nach Bebauungsplan
|
BAUGB_34
Nachbarbebauung
|
BAUGB_35
Aussengebiet
|
UNBEKANNT |
Modifier and Type | Method and Description |
---|---|
static BebaubarNachTyp |
fromValue(String v) |
String |
value() |
static BebaubarNachTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BebaubarNachTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BebaubarNachTyp UNBEKANNT
public static final BebaubarNachTyp BAUGB_30
public static final BebaubarNachTyp BAUGB_34
public static final BebaubarNachTyp BAUGB_35
public static BebaubarNachTyp[] values()
for (BebaubarNachTyp c : BebaubarNachTyp.values()) System.out.println(c);
public static BebaubarNachTyp 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 BebaubarNachTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.