@Generated(value="com.sun.tools.xjc.Driver", date="2018-10-12T04:04:29+02:00", comments="JAXB RI v2.2.11") public enum GastronomyType extends Enum<GastronomyType>
Java class for GastronomyType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GastronomyType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="BAR_LOUNGE"/>
<enumeration value="CAFE"/>
<enumeration value="CLUB_DISCO"/>
<enumeration value="GUESTS_HOUSE"/>
<enumeration value="TAVERN"/>
<enumeration value="HOTEL"/>
<enumeration value="HOTEL_RESIDENCE"/>
<enumeration value="HOTEL_GARNI"/>
<enumeration value="PENSION"/>
<enumeration value="RESTAURANT"/>
<enumeration value="BUNGALOW"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BAR_LOUNGE
Barbetrieb/Lounge
|
BUNGALOW
Ferienbungalows
|
CAFE
Cafe
|
CLUB_DISCO
Club/Diskothek
|
GUESTS_HOUSE
Gästehaus
|
HOTEL
Hotel
|
HOTEL_GARNI
Hotel garni (Ein Hotel, dass nur Frühstück anbietet /Tageshotel)
|
HOTEL_RESIDENCE
Hotelanwesen
|
PENSION
Pension
|
RESTAURANT
Restaurant
|
TAVERN
Gaststätte
|
| Modifier and Type | Method and Description |
|---|---|
static GastronomyType |
fromValue(String v) |
String |
value() |
static GastronomyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GastronomyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GastronomyType BAR_LOUNGE
public static final GastronomyType CAFE
public static final GastronomyType CLUB_DISCO
public static final GastronomyType GUESTS_HOUSE
public static final GastronomyType TAVERN
public static final GastronomyType HOTEL
public static final GastronomyType HOTEL_RESIDENCE
public static final GastronomyType HOTEL_GARNI
public static final GastronomyType PENSION
public static final GastronomyType RESTAURANT
public static final GastronomyType BUNGALOW
public static GastronomyType[] values()
for (GastronomyType c : GastronomyType.values()) System.out.println(c);
public static GastronomyType 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 GastronomyType fromValue(String v)
Copyright © 2018 OpenEstate. All rights reserved.