ObjectType - public abstract class SimpleAttrib<ObjectType> extends AbstractAttribImpl<ObjectType>
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleAttrib(OpenEstateAttrib attrib,
String[] countries) |
| Modifier and Type | Method and Description |
|---|---|
abstract ObjectType |
parseValue(String value) |
void |
readFromXml(org.dom4j.Element node) |
void |
serializeToXml(org.dom4j.Element node) |
protected abstract String |
writeValue(ObjectType value) |
getAttrib, getAttribGroup, getAttribName, getCountries, getDefaultValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getGroup, getGroupName, getTagName, getTranslation, getTranslation, getValue, hasEmptyValue, isCountrySpecific, isCountrySupported, setValueprotected SimpleAttrib(OpenEstateAttrib attrib, String[] countries)
public abstract ObjectType parseValue(String value)
public void readFromXml(org.dom4j.Element node)
throws org.dom4j.DocumentException
readFromXml in interface SerializableXmlTypereadFromXml in class AbstractAttribImpl<ObjectType>org.dom4j.DocumentExceptionpublic void serializeToXml(org.dom4j.Element node)
throws org.dom4j.DocumentException
serializeToXml in interface SerializableXmlTypeserializeToXml in class AbstractAttribImpl<ObjectType>org.dom4j.DocumentExceptionprotected abstract String writeValue(ObjectType value)
Copyright © 2019 OpenEstate. All rights reserved.