public final class Bathroom extends ComplexEnumAttrib<Bathroom.Option>
OpenEstateAttrib.FEATURES_BATHROOM
.
Modifier and Type | Class and Description |
---|---|
static class |
Bathroom.Option |
Constructor and Description |
---|
Bathroom() |
Bathroom(Bathroom.Option value) |
Bathroom(Bathroom.Option[] values) |
Modifier and Type | Method and Description |
---|---|
static Bathroom.Option[] |
get(EstateImpl estate) |
static List<Bathroom.Option> |
getAsList(EstateImpl estate) |
static String |
getAsString(EstateImpl estate,
String valueSeparator) |
static String |
getAsString(EstateImpl estate,
String valueSeparator,
Locale locale) |
Bathroom.Option |
getOption(String value) |
Bathroom.Option[] |
getOptions() |
Bathroom.Option[] |
getOptionsArray(Collection<Bathroom.Option> options) |
static boolean |
hasOption(EstateImpl estate,
Bathroom.Option value) |
static void |
put(EstateImpl estate,
Bathroom.Option[] value) |
static void |
put(EstateImpl estate,
String[] value) |
static void |
putOption(EstateImpl estate,
Bathroom.Option value) |
static void |
putOption(EstateImpl estate,
String value) |
static void |
removeOption(EstateImpl estate,
Bathroom.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, writeNode
readFromXml, serializeToXml
getAttrib, getAttribGroup, getAttribName, getCountries, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getGroup, getGroupName, getTagName, getTranslation, getTranslation, isCountrySpecific, isCountrySupported
public Bathroom()
public Bathroom(Bathroom.Option value)
public Bathroom(Bathroom.Option[] values)
public static Bathroom.Option[] get(EstateImpl estate)
public static List<Bathroom.Option> getAsList(EstateImpl estate)
public static String getAsString(EstateImpl estate, String valueSeparator)
public static String getAsString(EstateImpl estate, String valueSeparator, Locale locale)
public Bathroom.Option getOption(String value)
getOption
in class ComplexEnumAttrib<Bathroom.Option>
public Bathroom.Option[] getOptions()
getOptions
in class ComplexEnumAttrib<Bathroom.Option>
public Bathroom.Option[] getOptionsArray(Collection<Bathroom.Option> options)
getOptionsArray
in class ComplexEnumAttrib<Bathroom.Option>
public static boolean hasOption(EstateImpl estate, Bathroom.Option value)
public static void put(EstateImpl estate, Bathroom.Option[] value)
public static void put(EstateImpl estate, String[] value)
public static void putOption(EstateImpl estate, Bathroom.Option value)
public static void putOption(EstateImpl estate, String value)
public static void removeOption(EstateImpl estate, Bathroom.Option value)
public static void removeOption(EstateImpl estate, String value)
Copyright © 2019 OpenEstate. All rights reserved.