@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum StoreType extends Enum<StoreType>
Java class for StoreType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="StoreType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SHOWROOM_SPACE"/>
<enumeration value="SHOPPING_CENTRE"/>
<enumeration value="FACTORY_OUTLET"/>
<enumeration value="DEPARTMENT_STORE"/>
<enumeration value="KIOSK"/>
<enumeration value="STORE"/>
<enumeration value="SELF_SERVICE_MARKET"/>
<enumeration value="SALES_AREA"/>
<enumeration value="SALES_HALL"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DEPARTMENT_STORE
Kaufhaus
|
FACTORY_OUTLET
Factory Outlet
|
KIOSK
Kiosk
|
SALES_AREA
Verkaufsfläche
|
SALES_HALL
Verkaufshalle
|
SELF_SERVICE_MARKET
SB-Markt
|
SHOPPING_CENTRE
Einkaufszentrum
|
SHOWROOM_SPACE
Ausstellungsfläche
|
STORE
Laden
|
| Modifier and Type | Method and Description |
|---|---|
static StoreType |
fromValue(String v) |
String |
value() |
static StoreType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoreType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreType SHOWROOM_SPACE
public static final StoreType SHOPPING_CENTRE
public static final StoreType FACTORY_OUTLET
public static final StoreType DEPARTMENT_STORE
public static final StoreType KIOSK
public static final StoreType STORE
public static final StoreType SELF_SERVICE_MARKET
public static final StoreType SALES_AREA
public static final StoreType SALES_HALL
public static StoreType[] values()
for (StoreType c : StoreType.values()) System.out.println(c);
public static StoreType 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()
Copyright © 2018 OpenEstate. All rights reserved.