public static enum Grundstueck.GrundstTyp extends Enum<Grundstueck.GrundstTyp>
Enum Constant and Description |
---|
FREIZEIT |
GEMISCHT |
GEWERBE |
INDUSTRIE |
LAND_FORSTWIRSCHAFT |
SONDERNUTZUNG |
WOHNEN |
Modifier and Type | Method and Description |
---|---|
static Grundstueck.GrundstTyp |
fromValue(String v) |
String |
value() |
static Grundstueck.GrundstTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Grundstueck.GrundstTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Grundstueck.GrundstTyp WOHNEN
public static final Grundstueck.GrundstTyp GEWERBE
public static final Grundstueck.GrundstTyp INDUSTRIE
public static final Grundstueck.GrundstTyp LAND_FORSTWIRSCHAFT
public static final Grundstueck.GrundstTyp FREIZEIT
public static final Grundstueck.GrundstTyp GEMISCHT
public static final Grundstueck.GrundstTyp SONDERNUTZUNG
public static Grundstueck.GrundstTyp[] values()
for (Grundstueck.GrundstTyp c : Grundstueck.GrundstTyp.values()) System.out.println(c);
public static Grundstueck.GrundstTyp 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 Grundstueck.GrundstTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.