public final class Fireplace extends ComplexEnumAttrib<Fireplace.Option>
OpenEstateAttrib.FEATURES_FIREPLACE.
| Modifier and Type | Class and Description |
|---|---|
static class |
Fireplace.Option |
| Constructor and Description |
|---|
Fireplace() |
Fireplace(Fireplace.Option value) |
Fireplace(Fireplace.Option[] values) |
| Modifier and Type | Method and Description |
|---|---|
static Fireplace.Option[] |
get(EstateImpl estate) |
static List<Fireplace.Option> |
getAsList(EstateImpl estate) |
static String |
getAsString(EstateImpl estate,
String valueSeparator) |
static String |
getAsString(EstateImpl estate,
String valueSeparator,
Locale locale) |
Fireplace.Option |
getOption(String value) |
Fireplace.Option[] |
getOptions() |
Fireplace.Option[] |
getOptionsArray(Collection<Fireplace.Option> options) |
static boolean |
hasOption(EstateImpl estate,
Fireplace.Option value) |
static void |
put(EstateImpl estate,
Fireplace.Option[] value) |
static void |
put(EstateImpl estate,
String[] value) |
static void |
putOption(EstateImpl estate,
Fireplace.Option value) |
static void |
putOption(EstateImpl estate,
String value) |
static void |
removeOption(EstateImpl estate,
Fireplace.Option value) |
static void |
removeOption(EstateImpl estate,
String value) |
get, getAsString, getAsString, getDefaultValue, getFormattedValue, getOptionTranslation, getOptionTranslation, getValue, getValueList, hasEmptyValue, hasOption, hasOption, parseNode, parseValue, put, put, putOption, putOption, putOption, removeOption, removeOption, removeOption, setValue, setValueList, writeNodereadFromXml, serializeToXmlgetAttrib, getAttribGroup, getAttribName, getCountries, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getGroup, getGroupName, getTagName, getTranslation, getTranslation, isCountrySpecific, isCountrySupportedpublic Fireplace()
public Fireplace(Fireplace.Option value)
public Fireplace(Fireplace.Option[] values)
public static Fireplace.Option[] get(EstateImpl estate)
public static List<Fireplace.Option> getAsList(EstateImpl estate)
public static String getAsString(EstateImpl estate, String valueSeparator)
public static String getAsString(EstateImpl estate, String valueSeparator, Locale locale)
public Fireplace.Option getOption(String value)
getOption in class ComplexEnumAttrib<Fireplace.Option>public Fireplace.Option[] getOptions()
getOptions in class ComplexEnumAttrib<Fireplace.Option>public Fireplace.Option[] getOptionsArray(Collection<Fireplace.Option> options)
getOptionsArray in class ComplexEnumAttrib<Fireplace.Option>public static boolean hasOption(EstateImpl estate, Fireplace.Option value)
public static void put(EstateImpl estate, Fireplace.Option[] value)
public static void put(EstateImpl estate, String[] value)
public static void putOption(EstateImpl estate, Fireplace.Option value)
public static void putOption(EstateImpl estate, String value)
public static void removeOption(EstateImpl estate, Fireplace.Option value)
public static void removeOption(EstateImpl estate, String value)
Copyright © 2019 OpenEstate. All rights reserved.