public final class CommercialRooms extends ComplexEnumAttrib<CommercialRooms.Option>
OpenEstateAttrib.FEATURES_COMMERCIAL_ROOMS
.
Modifier and Type | Class and Description |
---|---|
static class |
CommercialRooms.Option |
Constructor and Description |
---|
CommercialRooms() |
CommercialRooms(CommercialRooms.Option value) |
CommercialRooms(CommercialRooms.Option[] values) |
Modifier and Type | Method and Description |
---|---|
static CommercialRooms.Option[] |
get(EstateImpl estate) |
static List<CommercialRooms.Option> |
getAsList(EstateImpl estate) |
static String |
getAsString(EstateImpl estate,
String valueSeparator) |
static String |
getAsString(EstateImpl estate,
String valueSeparator,
Locale locale) |
CommercialRooms.Option |
getOption(String value) |
CommercialRooms.Option[] |
getOptions() |
CommercialRooms.Option[] |
getOptionsArray(Collection<CommercialRooms.Option> options) |
static boolean |
hasOption(EstateImpl estate,
CommercialRooms.Option value) |
static void |
put(EstateImpl estate,
CommercialRooms.Option[] value) |
static void |
put(EstateImpl estate,
String[] value) |
static void |
putOption(EstateImpl estate,
CommercialRooms.Option value) |
static void |
putOption(EstateImpl estate,
String value) |
static void |
removeOption(EstateImpl estate,
CommercialRooms.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 CommercialRooms()
public CommercialRooms(CommercialRooms.Option value)
public CommercialRooms(CommercialRooms.Option[] values)
public static CommercialRooms.Option[] get(EstateImpl estate)
public static List<CommercialRooms.Option> getAsList(EstateImpl estate)
public static String getAsString(EstateImpl estate, String valueSeparator)
public static String getAsString(EstateImpl estate, String valueSeparator, Locale locale)
public CommercialRooms.Option getOption(String value)
getOption
in class ComplexEnumAttrib<CommercialRooms.Option>
public CommercialRooms.Option[] getOptions()
getOptions
in class ComplexEnumAttrib<CommercialRooms.Option>
public CommercialRooms.Option[] getOptionsArray(Collection<CommercialRooms.Option> options)
getOptionsArray
in class ComplexEnumAttrib<CommercialRooms.Option>
public static boolean hasOption(EstateImpl estate, CommercialRooms.Option value)
public static void put(EstateImpl estate, CommercialRooms.Option[] value)
public static void put(EstateImpl estate, String[] value)
public static void putOption(EstateImpl estate, CommercialRooms.Option value)
public static void putOption(EstateImpl estate, String value)
public static void removeOption(EstateImpl estate, CommercialRooms.Option value)
public static void removeOption(EstateImpl estate, String value)
Copyright © 2019 OpenEstate. All rights reserved.