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