public static enum LageGebiet.Gebiete extends Enum<LageGebiet.Gebiete>
Enum Constant and Description |
---|
A_LAGE |
B_LAGE |
GEWERBE |
INDUSTRIE |
MISCH |
NEBENZENTRUM |
NEUBAU |
ORTSLAGE |
SIEDLUNG |
STADTRAND |
STADTTEIL |
STADTZENTRUM |
WOHN |
Modifier and Type | Method and Description |
---|---|
static LageGebiet.Gebiete |
fromValue(String v) |
String |
value() |
static LageGebiet.Gebiete |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LageGebiet.Gebiete[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LageGebiet.Gebiete WOHN
public static final LageGebiet.Gebiete GEWERBE
public static final LageGebiet.Gebiete INDUSTRIE
public static final LageGebiet.Gebiete MISCH
public static final LageGebiet.Gebiete NEUBAU
public static final LageGebiet.Gebiete ORTSLAGE
public static final LageGebiet.Gebiete SIEDLUNG
public static final LageGebiet.Gebiete STADTRAND
public static final LageGebiet.Gebiete STADTTEIL
public static final LageGebiet.Gebiete STADTZENTRUM
public static final LageGebiet.Gebiete NEBENZENTRUM
public static final LageGebiet.Gebiete A_LAGE
public static final LageGebiet.Gebiete B_LAGE
public static LageGebiet.Gebiete[] values()
for (LageGebiet.Gebiete c : LageGebiet.Gebiete.values()) System.out.println(c);
public static LageGebiet.Gebiete 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 LageGebiet.Gebiete fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.