public static enum Kitchen.Option extends Enum<Kitchen.Option> implements Translatable
| Enum Constant and Description |
|---|
DISHWASHER
with dishwasher / mit Spülmaschine
|
FITTED_KITCHEN
fitted kitchen / Einbauküche
|
KITCHEN_NOOK
kitchen nook / Kochecke
|
KITCHENETTE
kitchenette / Pantryküche
|
OPEN_KITCHEN
american style kitchen / offene Küche
|
OPEN_PLAN_KITCHEN
open-plan kitchen / Wohnküche
|
SMALL_KITCHEN
small kitchen / kleine Küche
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static Kitchen.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kitchen.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Kitchen.Option FITTED_KITCHEN
public static final Kitchen.Option OPEN_KITCHEN
public static final Kitchen.Option OPEN_PLAN_KITCHEN
public static final Kitchen.Option KITCHEN_NOOK
public static final Kitchen.Option SMALL_KITCHEN
public static final Kitchen.Option KITCHENETTE
public static final Kitchen.Option DISHWASHER
public static Kitchen.Option[] values()
for (Kitchen.Option c : Kitchen.Option.values()) System.out.println(c);
public static Kitchen.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 Translatablepublic String getTranslation(Locale locale)
getTranslation in interface TranslatableCopyright © 2019 OpenEstate. All rights reserved.