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