public static enum CommercialRooms.Option extends Enum<CommercialRooms.Option> implements Translatable
Enum Constant and Description |
---|
ARCHIVE
archive / Archiv
|
BOILER_ROOM
boiler room / Heizraum
|
COLD_STORAGE_CELL
cold storage cell / Kühlzelle
|
DEPOT
depot / Magazin
|
HALL
hall / Halle
|
STORAGE_ROOM
storage room / Abstellraum
|
STORAGE_SPACE
storage space / Lagerraum
|
TEA_KITCHEN
tea kitchen / Teeküche
|
WORKSHOP
workshop / Werkstatt
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static CommercialRooms.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommercialRooms.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommercialRooms.Option STORAGE_ROOM
public static final CommercialRooms.Option ARCHIVE
public static final CommercialRooms.Option DEPOT
public static final CommercialRooms.Option STORAGE_SPACE
public static final CommercialRooms.Option HALL
public static final CommercialRooms.Option WORKSHOP
public static final CommercialRooms.Option TEA_KITCHEN
public static final CommercialRooms.Option BOILER_ROOM
public static final CommercialRooms.Option COLD_STORAGE_CELL
public static CommercialRooms.Option[] values()
for (CommercialRooms.Option c : CommercialRooms.Option.values()) System.out.println(c);
public static CommercialRooms.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.