public static enum DoorsOutside.Option extends Enum<DoorsOutside.Option> implements Translatable
Enum Constant and Description |
---|
ALUMINIUM
aluminum / Aluminium
|
GLASS_PANEL
glass panel / Glasfüllung
|
SYNTHETIC
synthetic material / Kunststoff
|
VENEER
veneer / Furnier
|
WOOD
wood / Holz
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static DoorsOutside.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DoorsOutside.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DoorsOutside.Option WOOD
public static final DoorsOutside.Option ALUMINIUM
public static final DoorsOutside.Option SYNTHETIC
public static final DoorsOutside.Option VENEER
public static final DoorsOutside.Option GLASS_PANEL
public static DoorsOutside.Option[] values()
for (DoorsOutside.Option c : DoorsOutside.Option.values()) System.out.println(c);
public static DoorsOutside.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.