public static enum Gastgewerbe.GastgewTyp extends Enum<Gastgewerbe.GastgewTyp>
Enum Constant and Description |
---|
BAR |
CAFE |
DISCOTHEK |
EINRAUMLOKAL |
GASTRONOMIE |
GASTRONOMIE_UND_WOHNUNG |
HOTELS |
PENSIONEN |
RAUCHERLOKAL |
RESTAURANT |
WEITERE_BEHERBERGUNGSBETRIEBE |
Modifier and Type | Method and Description |
---|---|
static Gastgewerbe.GastgewTyp |
fromValue(String v) |
String |
value() |
static Gastgewerbe.GastgewTyp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gastgewerbe.GastgewTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Gastgewerbe.GastgewTyp GASTRONOMIE
public static final Gastgewerbe.GastgewTyp GASTRONOMIE_UND_WOHNUNG
public static final Gastgewerbe.GastgewTyp PENSIONEN
public static final Gastgewerbe.GastgewTyp HOTELS
public static final Gastgewerbe.GastgewTyp WEITERE_BEHERBERGUNGSBETRIEBE
public static final Gastgewerbe.GastgewTyp BAR
public static final Gastgewerbe.GastgewTyp CAFE
public static final Gastgewerbe.GastgewTyp DISCOTHEK
public static final Gastgewerbe.GastgewTyp RESTAURANT
public static final Gastgewerbe.GastgewTyp RAUCHERLOKAL
public static final Gastgewerbe.GastgewTyp EINRAUMLOKAL
public static Gastgewerbe.GastgewTyp[] values()
for (Gastgewerbe.GastgewTyp c : Gastgewerbe.GastgewTyp.values()) System.out.println(c);
public static Gastgewerbe.GastgewTyp 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 Gastgewerbe.GastgewTyp fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.