public final class Negotiable extends SimpleEnumAttrib<Negotiable.Option>
OpenEstateAttrib.PRICES_NEGOTIABLE.
| Modifier and Type | Class and Description |
|---|---|
static class |
Negotiable.Option |
| Constructor and Description |
|---|
Negotiable() |
Negotiable(Negotiable.Option value) |
| Modifier and Type | Method and Description |
|---|---|
static Negotiable.Option |
get(EstateImpl estate) |
static List<Negotiable.Option> |
getAsList(EstateImpl estate) |
static String |
getAsString(EstateImpl estate) |
static String |
getAsString(EstateImpl estate,
Locale locale) |
Negotiable.Option |
getOption(String value) |
Negotiable.Option[] |
getOptions() |
static void |
put(EstateImpl estate,
Negotiable.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 Negotiable()
public Negotiable(Negotiable.Option value)
public static Negotiable.Option get(EstateImpl estate)
public static List<Negotiable.Option> getAsList(EstateImpl estate)
public static String getAsString(EstateImpl estate)
public static String getAsString(EstateImpl estate, Locale locale)
public Negotiable.Option getOption(String value)
getOption in class SimpleEnumAttrib<Negotiable.Option>public Negotiable.Option[] getOptions()
getOptions in class SimpleEnumAttrib<Negotiable.Option>public static void put(EstateImpl estate, Negotiable.Option value)
public static void put(EstateImpl estate, String value)
Copyright © 2019 OpenEstate. All rights reserved.