@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum IndustryType extends Enum<IndustryType>
Java class for IndustryType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="IndustryType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SHOWROOM_SPACE"/>
<enumeration value="HALL"/>
<enumeration value="HIGH_LACK_STORAGE"/>
<enumeration value="INDUSTRY_HALL"/>
<enumeration value="INDUSTRY_HALL_WITH_OPEN_AREA"/>
<enumeration value="COLD_STORAGE"/>
<enumeration value="MULTIDECK_CABINET_STORAGE"/>
<enumeration value="STORAGE_WITH_OPEN_AREA"/>
<enumeration value="STORAGE_AREA"/>
<enumeration value="STORAGE_HALL"/>
<enumeration value="SERVICE_AREA"/>
<enumeration value="SHIPPING_STORAGE"/>
<enumeration value="REPAIR_SHOP"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COLD_STORAGE
Kühlhaus
|
HALL
Halle
|
HIGH_LACK_STORAGE
Hochregallager
|
INDUSTRY_HALL
Industriehalle
|
INDUSTRY_HALL_WITH_OPEN_AREA
Industriehalle mit Freifläche
|
MULTIDECK_CABINET_STORAGE
Kühlregallager
|
REPAIR_SHOP
Werkstatt
|
SERVICE_AREA
Servicefläche
|
SHIPPING_STORAGE
Speditionslager
|
SHOWROOM_SPACE
Ausstellungsfläche
|
STORAGE_AREA
Lagerfläche
|
STORAGE_HALL
Lagerhalle
|
STORAGE_WITH_OPEN_AREA
Lager mit Freifläche
|
| Modifier and Type | Method and Description |
|---|---|
static IndustryType |
fromValue(String v) |
String |
value() |
static IndustryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndustryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndustryType SHOWROOM_SPACE
public static final IndustryType HALL
public static final IndustryType HIGH_LACK_STORAGE
public static final IndustryType INDUSTRY_HALL
public static final IndustryType INDUSTRY_HALL_WITH_OPEN_AREA
public static final IndustryType COLD_STORAGE
public static final IndustryType MULTIDECK_CABINET_STORAGE
public static final IndustryType STORAGE_WITH_OPEN_AREA
public static final IndustryType STORAGE_AREA
public static final IndustryType STORAGE_HALL
public static final IndustryType SERVICE_AREA
public static final IndustryType SHIPPING_STORAGE
public static final IndustryType REPAIR_SHOP
public static IndustryType[] values()
for (IndustryType c : IndustryType.values()) System.out.println(c);
public static IndustryType 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 IndustryType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.