public static enum HallenLagerProd.HallenTyp extends Enum<HallenLagerProd.HallenTyp>
Enum Constant and Description |
---|
FREIFLAECHEN |
HALLE |
HOCHREGALLAGER |
INDUSTRIEHALLE |
KUEHLHAUS |
LAGER |
LAGER_MIT_FREIFLAECHE |
LAGERFLAECHEN |
PRODUKTION |
SERVICE |
SPEDITIONSLAGER |
WERKSTATT |
Modifier and Type | Method and Description |
---|---|
static HallenLagerProd.HallenTyp |
fromValue(String v) |
String |
value() |
static HallenLagerProd.HallenTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HallenLagerProd.HallenTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HallenLagerProd.HallenTyp HALLE
public static final HallenLagerProd.HallenTyp INDUSTRIEHALLE
public static final HallenLagerProd.HallenTyp LAGER
public static final HallenLagerProd.HallenTyp LAGERFLAECHEN
public static final HallenLagerProd.HallenTyp LAGER_MIT_FREIFLAECHE
public static final HallenLagerProd.HallenTyp HOCHREGALLAGER
public static final HallenLagerProd.HallenTyp SPEDITIONSLAGER
public static final HallenLagerProd.HallenTyp PRODUKTION
public static final HallenLagerProd.HallenTyp WERKSTATT
public static final HallenLagerProd.HallenTyp SERVICE
public static final HallenLagerProd.HallenTyp FREIFLAECHEN
public static final HallenLagerProd.HallenTyp KUEHLHAUS
public static HallenLagerProd.HallenTyp[] values()
for (HallenLagerProd.HallenTyp c : HallenLagerProd.HallenTyp.values()) System.out.println(c);
public static HallenLagerProd.HallenTyp 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 HallenLagerProd.HallenTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.