public enum GastroKategorieTyp extends Enum<GastroKategorieTyp>
Java class for GastroKategorieTyp.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GastroKategorieTyp">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Barbetrieb"/>
<enumeration value="Caffee"/>
<enumeration value="Diskothek"/>
<enumeration value="Gaestehaus"/>
<enumeration value="Gaststaette"/>
<enumeration value="Hotel"/>
<enumeration value="Hotelanwesen"/>
<enumeration value="HotelGarni"/>
<enumeration value="Pension"/>
<enumeration value="Restaurant"/>
<enumeration value="Ferienbungalow"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BARBETRIEB
umfasst: Barbetrieb/Lounge
|
CAFFEE |
DISKOTHEK
umfasst: Club/Diskothek
|
FERIENBUNGALOW |
GAESTEHAUS |
GASTSTAETTE |
HOTEL |
HOTEL_GARNI |
HOTELANWESEN |
PENSION |
RESTAURANT |
| Modifier and Type | Method and Description |
|---|---|
static GastroKategorieTyp |
fromValue(String v) |
String |
value() |
static GastroKategorieTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GastroKategorieTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GastroKategorieTyp BARBETRIEB
public static final GastroKategorieTyp CAFFEE
public static final GastroKategorieTyp DISKOTHEK
public static final GastroKategorieTyp GAESTEHAUS
public static final GastroKategorieTyp GASTSTAETTE
public static final GastroKategorieTyp HOTEL
public static final GastroKategorieTyp HOTELANWESEN
public static final GastroKategorieTyp HOTEL_GARNI
public static final GastroKategorieTyp PENSION
public static final GastroKategorieTyp RESTAURANT
public static final GastroKategorieTyp FERIENBUNGALOW
public static GastroKategorieTyp[] values()
for (GastroKategorieTyp c : GastroKategorieTyp.values()) System.out.println(c);
public static GastroKategorieTyp 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 GastroKategorieTyp fromValue(String v)
Copyright © 2017 OpenEstate. All rights reserved.