public enum OpenEstateAttribGroup extends Enum<OpenEstateAttribGroup> implements Translatable
Enum Constant and Description |
---|
ADMINISTRATION
administration / Verwaltung
|
CONDITION
condition / Zustandsangaben
|
DESCRIPTIONS
descriptions / Freitexte
|
ENERGY_CERTIFICATE
energy certificate / Energieausweis
|
FEATURES
features / Ausstattung
|
MEASURES
measures / Flächen
|
PRICES
prices / Preise
|
SURROUNDINGS
surroundings / Umfeld
|
Modifier and Type | Method and Description |
---|---|
OpenEstateAttrib[] |
getAttributes() |
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static OpenEstateAttribGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenEstateAttribGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenEstateAttribGroup PRICES
public static final OpenEstateAttribGroup MEASURES
public static final OpenEstateAttribGroup FEATURES
public static final OpenEstateAttribGroup CONDITION
public static final OpenEstateAttribGroup SURROUNDINGS
public static final OpenEstateAttribGroup ADMINISTRATION
public static final OpenEstateAttribGroup ENERGY_CERTIFICATE
public static final OpenEstateAttribGroup DESCRIPTIONS
public static OpenEstateAttribGroup[] values()
for (OpenEstateAttribGroup c : OpenEstateAttribGroup.values()) System.out.println(c);
public static OpenEstateAttribGroup 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 OpenEstateAttrib[] getAttributes()
public String getTranslation()
getTranslation
in interface Translatable
public String getTranslation(Locale locale)
getTranslation
in interface Translatable
Copyright © 2019 OpenEstate. All rights reserved.