public enum ObjektkategorieGewerbeGastronomieHotel extends Enum<ObjektkategorieGewerbeGastronomieHotel>
| Enum Constant and Description |
|---|
BAR_LOUNGE |
CAFE |
CLUB_DISCO |
FERIENBUNGALOW |
GAESTEHAUS |
GASTSTAETTE |
HOTEL |
HOTEL_GARNI |
HOTELANWESEN |
PENSION |
RESTAURANT |
| Modifier and Type | Method and Description |
|---|---|
static ObjektkategorieGewerbeGastronomieHotel |
parse(String value) |
String |
print() |
static ObjektkategorieGewerbeGastronomieHotel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjektkategorieGewerbeGastronomieHotel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ObjektkategorieGewerbeGastronomieHotel BAR_LOUNGE
public static final ObjektkategorieGewerbeGastronomieHotel CAFE
public static final ObjektkategorieGewerbeGastronomieHotel CLUB_DISCO
public static final ObjektkategorieGewerbeGastronomieHotel GAESTEHAUS
public static final ObjektkategorieGewerbeGastronomieHotel GASTSTAETTE
public static final ObjektkategorieGewerbeGastronomieHotel HOTEL
public static final ObjektkategorieGewerbeGastronomieHotel HOTELANWESEN
public static final ObjektkategorieGewerbeGastronomieHotel HOTEL_GARNI
public static final ObjektkategorieGewerbeGastronomieHotel PENSION
public static final ObjektkategorieGewerbeGastronomieHotel RESTAURANT
public static final ObjektkategorieGewerbeGastronomieHotel FERIENBUNGALOW
public static ObjektkategorieGewerbeGastronomieHotel[] values()
for (ObjektkategorieGewerbeGastronomieHotel c : ObjektkategorieGewerbeGastronomieHotel.values()) System.out.println(c);
public static ObjektkategorieGewerbeGastronomieHotel 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 static ObjektkategorieGewerbeGastronomieHotel parse(String value)
public String print()
Copyright © 2016 OpenEstate. All rights reserved.