public enum EinzelhandelKategorienTyp extends Enum<EinzelhandelKategorienTyp>
Java class for EinzelhandelKategorienTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EinzelhandelKategorienTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="keineAngabe"/>
<enumeration value="Ausstellungsflaeche"/>
<enumeration value="Einkaufszentrum"/>
<enumeration value="FactoryOutlet"/>
<enumeration value="Kaufhaus"/>
<enumeration value="Kiosk"/>
<enumeration value="Laden"/>
<enumeration value="SBMarkt"/>
<enumeration value="Verkaufsflaeche"/>
<enumeration value="Verkaufshalle"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUSSTELLUNGSFLAECHE |
EINKAUFSZENTRUM |
FACTORY_OUTLET |
KAUFHAUS |
KEINE_ANGABE |
KIOSK |
LADEN |
SB_MARKT |
VERKAUFSFLAECHE |
VERKAUFSHALLE |
| Modifier and Type | Method and Description |
|---|---|
static EinzelhandelKategorienTyp |
fromValue(String v) |
String |
value() |
static EinzelhandelKategorienTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EinzelhandelKategorienTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EinzelhandelKategorienTyp KEINE_ANGABE
public static final EinzelhandelKategorienTyp AUSSTELLUNGSFLAECHE
public static final EinzelhandelKategorienTyp EINKAUFSZENTRUM
public static final EinzelhandelKategorienTyp FACTORY_OUTLET
public static final EinzelhandelKategorienTyp KAUFHAUS
public static final EinzelhandelKategorienTyp KIOSK
public static final EinzelhandelKategorienTyp LADEN
public static final EinzelhandelKategorienTyp SB_MARKT
public static final EinzelhandelKategorienTyp VERKAUFSFLAECHE
public static final EinzelhandelKategorienTyp VERKAUFSHALLE
public static EinzelhandelKategorienTyp[] values()
for (EinzelhandelKategorienTyp c : EinzelhandelKategorienTyp.values()) System.out.println(c);
public static EinzelhandelKategorienTyp 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 EinzelhandelKategorienTyp fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.