public enum GrundstueckGewerbeKategorienTyp extends Enum<GrundstueckGewerbeKategorienTyp>
Java class for GrundstueckGewerbeKategorienTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GrundstueckGewerbeKategorienTyp">
<restriction base="{http://www.immobilienscout24.de/immobilientransfer}GrundstueckKategorienTyp">
<enumeration value="Gewerbe"/>
<enumeration value="LandForstwirtschaft"/>
<enumeration value="Freizeit"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FREIZEIT |
GEWERBE |
LAND_FORSTWIRTSCHAFT |
| Modifier and Type | Method and Description |
|---|---|
static GrundstueckGewerbeKategorienTyp |
fromValue(GrundstueckKategorienTyp v) |
GrundstueckKategorienTyp |
value() |
static GrundstueckGewerbeKategorienTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrundstueckGewerbeKategorienTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrundstueckGewerbeKategorienTyp GEWERBE
public static final GrundstueckGewerbeKategorienTyp LAND_FORSTWIRTSCHAFT
public static final GrundstueckGewerbeKategorienTyp FREIZEIT
public static GrundstueckGewerbeKategorienTyp[] values()
for (GrundstueckGewerbeKategorienTyp c : GrundstueckGewerbeKategorienTyp.values()) System.out.println(c);
public static GrundstueckGewerbeKategorienTyp 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 GrundstueckKategorienTyp value()
public static GrundstueckGewerbeKategorienTyp fromValue(GrundstueckKategorienTyp v)
Copyright © 2017 OpenEstate. All rights reserved.