public final class Equipment extends SimpleEnumAttrib<Equipment.Option>
OpenEstateAttrib.FEATURES_EQUIPMENT.
| Modifier and Type | Class and Description |
|---|---|
static class |
Equipment.Option |
| Constructor and Description |
|---|
Equipment() |
Equipment(Equipment.Option value) |
| Modifier and Type | Method and Description |
|---|---|
static Equipment.Option |
get(EstateImpl estate) |
static List<Equipment.Option> |
getAsList(EstateImpl estate) |
static String |
getAsString(EstateImpl estate) |
static String |
getAsString(EstateImpl estate,
Locale locale) |
Equipment.Option |
getOption(String value) |
Equipment.Option[] |
getOptions() |
static void |
put(EstateImpl estate,
Equipment.Option value) |
static void |
put(EstateImpl estate,
String value) |
get, getAsString, getAsString, getDefaultValue, getFormattedValue, getOptionTranslation, getOptionTranslation, getValue, parseValue, put, put, setValue, writeValuereadFromXml, serializeToXmlgetAttrib, getAttribGroup, getAttribName, getCountries, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getGroup, getGroupName, getTagName, getTranslation, getTranslation, hasEmptyValue, isCountrySpecific, isCountrySupportedpublic Equipment()
public Equipment(Equipment.Option value)
public static Equipment.Option get(EstateImpl estate)
public static List<Equipment.Option> getAsList(EstateImpl estate)
public static String getAsString(EstateImpl estate)
public static String getAsString(EstateImpl estate, Locale locale)
public Equipment.Option getOption(String value)
getOption in class SimpleEnumAttrib<Equipment.Option>public Equipment.Option[] getOptions()
getOptions in class SimpleEnumAttrib<Equipment.Option>public static void put(EstateImpl estate, Equipment.Option value)
public static void put(EstateImpl estate, String value)
Copyright © 2019 OpenEstate. All rights reserved.