public static enum ResidentialRooms.Option extends Enum<ResidentialRooms.Option> implements Translatable
Enum Constant and Description |
---|
ATTIC
attic / Dachboden
|
BICYCLE_ROOM
bicycle room / Fahrradraum
|
BOILER_ROOM
boiler room / Heizraum
|
DINING_ROOM
dining room / Esszimmer / Speiseraum
|
DRESSING_ROOM
dressing room / Ankleidezimmer
|
GUEST_TOILET
guest toilet / Gäste-WC
|
HOBBY_ROOM
hobby room / Hobbyraum
|
LIBRARY
library / Bibliothek
|
STORAGE_ROOM
storage room / Abstellraum
|
WASHING_DRYING_ROOM
washing / drying room / Wasch-/ Trockenraum
|
WINE_CELLAR
wine cellar / Weinkeller
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static ResidentialRooms.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResidentialRooms.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResidentialRooms.Option BICYCLE_ROOM
public static final ResidentialRooms.Option STORAGE_ROOM
public static final ResidentialRooms.Option WASHING_DRYING_ROOM
public static final ResidentialRooms.Option GUEST_TOILET
public static final ResidentialRooms.Option DINING_ROOM
public static final ResidentialRooms.Option ATTIC
public static final ResidentialRooms.Option HOBBY_ROOM
public static final ResidentialRooms.Option BOILER_ROOM
public static final ResidentialRooms.Option WINE_CELLAR
public static final ResidentialRooms.Option DRESSING_ROOM
public static final ResidentialRooms.Option LIBRARY
public static ResidentialRooms.Option[] values()
for (ResidentialRooms.Option c : ResidentialRooms.Option.values()) System.out.println(c);
public static ResidentialRooms.Option 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 getTranslation()
getTranslation
in interface Translatable
public String getTranslation(Locale locale)
getTranslation
in interface Translatable
Copyright © 2019 OpenEstate. All rights reserved.