public enum HalleProduktionKategorieTyp extends Enum<HalleProduktionKategorieTyp>
Java class for HalleProduktionKategorieTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="HalleProduktionKategorieTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="keineAngabe"/>
<enumeration value="Ausstellungsflaeche"/>
<enumeration value="Halle"/>
<enumeration value="Hochregallager"/>
<enumeration value="Industriehalle"/>
<enumeration value="IndustriehalleMitFreiflaeche"/>
<enumeration value="Kuehlhaus"/>
<enumeration value="Kuehlregallager"/>
<enumeration value="LagerMitFreiflaeche"/>
<enumeration value="Lagerflaeche"/>
<enumeration value="Lagerhalle"/>
<enumeration value="Serviceflaeche"/>
<enumeration value="Speditionslager"/>
<enumeration value="Werkstatt"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUSSTELLUNGSFLAECHE |
HALLE |
HOCHREGALLAGER |
INDUSTRIEHALLE |
INDUSTRIEHALLE_MIT_FREIFLAECHE |
KEINE_ANGABE |
KUEHLHAUS |
KUEHLREGALLAGER |
LAGER_MIT_FREIFLAECHE |
LAGERFLAECHE |
LAGERHALLE |
SERVICEFLAECHE |
SPEDITIONSLAGER |
WERKSTATT |
| Modifier and Type | Method and Description |
|---|---|
static HalleProduktionKategorieTyp |
fromValue(String v) |
String |
value() |
static HalleProduktionKategorieTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HalleProduktionKategorieTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HalleProduktionKategorieTyp KEINE_ANGABE
public static final HalleProduktionKategorieTyp AUSSTELLUNGSFLAECHE
public static final HalleProduktionKategorieTyp HALLE
public static final HalleProduktionKategorieTyp HOCHREGALLAGER
public static final HalleProduktionKategorieTyp INDUSTRIEHALLE
public static final HalleProduktionKategorieTyp INDUSTRIEHALLE_MIT_FREIFLAECHE
public static final HalleProduktionKategorieTyp KUEHLHAUS
public static final HalleProduktionKategorieTyp KUEHLREGALLAGER
public static final HalleProduktionKategorieTyp LAGER_MIT_FREIFLAECHE
public static final HalleProduktionKategorieTyp LAGERFLAECHE
public static final HalleProduktionKategorieTyp LAGERHALLE
public static final HalleProduktionKategorieTyp SERVICEFLAECHE
public static final HalleProduktionKategorieTyp SPEDITIONSLAGER
public static final HalleProduktionKategorieTyp WERKSTATT
public static HalleProduktionKategorieTyp[] values()
for (HalleProduktionKategorieTyp c : HalleProduktionKategorieTyp.values()) System.out.println(c);
public static HalleProduktionKategorieTyp 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 HalleProduktionKategorieTyp fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.