public enum SonstigeGewerbeKategorieTyp extends Enum<SonstigeGewerbeKategorieTyp>
Java class for SonstigeGewerbeKategorieTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SonstigeGewerbeKategorieTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Anwesen"/>
<enumeration value="Bauernhof"/>
<enumeration value="Reiterhof"/>
<enumeration value="Weingut"/>
<enumeration value="Werkstatt"/>
<enumeration value="Freizeitanlage"/>
<enumeration value="Gewerbeflaeche"/>
<enumeration value="Spezialobjekt"/>
<enumeration value="Gewerbepark"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ANWESEN |
BAUERNHOF |
FREIZEITANLAGE |
GEWERBEFLAECHE |
GEWERBEPARK |
REITERHOF |
SPEZIALOBJEKT |
WEINGUT |
WERKSTATT |
| Modifier and Type | Method and Description |
|---|---|
static SonstigeGewerbeKategorieTyp |
fromValue(String v) |
String |
value() |
static SonstigeGewerbeKategorieTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SonstigeGewerbeKategorieTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SonstigeGewerbeKategorieTyp ANWESEN
public static final SonstigeGewerbeKategorieTyp BAUERNHOF
public static final SonstigeGewerbeKategorieTyp REITERHOF
public static final SonstigeGewerbeKategorieTyp WEINGUT
public static final SonstigeGewerbeKategorieTyp WERKSTATT
public static final SonstigeGewerbeKategorieTyp FREIZEITANLAGE
public static final SonstigeGewerbeKategorieTyp GEWERBEFLAECHE
public static final SonstigeGewerbeKategorieTyp SPEZIALOBJEKT
public static final SonstigeGewerbeKategorieTyp GEWERBEPARK
public static SonstigeGewerbeKategorieTyp[] values()
for (SonstigeGewerbeKategorieTyp c : SonstigeGewerbeKategorieTyp.values()) System.out.println(c);
public static SonstigeGewerbeKategorieTyp 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 SonstigeGewerbeKategorieTyp fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.