public static enum Glazing.Option extends Enum<Glazing.Option> implements Translatable
Enum Constant and Description |
---|
BURGLAR_PROOFED
burglar-proofed glass / einbruchsicheres Glas
|
DOUBLE_GLAZED
double-glazed / doppelt verglast
|
NOISE_INSULATION
noise insulation / Schallschutz
|
SINGLE_GLAZED
single-glazed / einfach verglast
|
SUN_PROTECTION
sun protection / Sonnenschutz
|
THERMAL_INSULATION
thermal insulation / Wärmeschutz
|
TRIPLE_GLAZED
triple-glazed / dreifach verglast
|
Modifier and Type | Method and Description |
---|---|
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static Glazing.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Glazing.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Glazing.Option SUN_PROTECTION
public static final Glazing.Option THERMAL_INSULATION
public static final Glazing.Option NOISE_INSULATION
public static final Glazing.Option BURGLAR_PROOFED
public static final Glazing.Option SINGLE_GLAZED
public static final Glazing.Option DOUBLE_GLAZED
public static final Glazing.Option TRIPLE_GLAZED
public static Glazing.Option[] values()
for (Glazing.Option c : Glazing.Option.values()) System.out.println(c);
public static Glazing.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.