public class CustomValuesImpl extends AbstractImplItem implements SerializableXmlElement
| Modifier and Type | Field and Description |
|---|---|
static String |
XML_ELEMENT |
static String |
XML_ELEMENT_VALUE |
| Constructor and Description |
|---|
CustomValuesImpl() |
| Modifier and Type | Method and Description |
|---|---|
CustomValueImpl |
getCustomValue(String key) |
Map<String,CustomValueImpl> |
getValueMap() |
boolean |
hasCustomValue(String key) |
void |
merge(AbstractImplItem item) |
void |
putCustomValue(String key,
Object obj,
int type) |
void |
readFromMap(Map<String,String> values,
String prefix) |
void |
readFromXml(org.dom4j.Document doc) |
void |
readFromXml(org.dom4j.Element node) |
void |
serializeToMap(Map<String,String> values,
String prefix) |
void |
serializeToXml(org.dom4j.Document doc) |
void |
serializeToXml(org.dom4j.Element node) |
getValue, getValue, getValues, putValue, selectAttribute, selectAttribute, selectAttributeAsBigDecimal, selectAttributeAsBigDecimal, selectAttributeAsBigInteger, selectAttributeAsBigInteger, selectAttributeAsBoolean, selectAttributeAsBoolean, selectAttributeAsCurrency, selectAttributeAsCurrency, selectAttributeAsDate, selectAttributeAsDate, selectAttributeAsDateTime, selectAttributeAsDateTime, selectAttributeAsDouble, selectAttributeAsDouble, selectAttributeAsFloat, selectAttributeAsFloat, selectAttributeAsURI, selectAttributeAsURI, selectChildElementspublic static final String XML_ELEMENT
public static final String XML_ELEMENT_VALUE
public CustomValueImpl getCustomValue(String key)
public Map<String,CustomValueImpl> getValueMap()
public boolean hasCustomValue(String key)
public void merge(AbstractImplItem item)
merge in class AbstractImplItempublic void readFromXml(org.dom4j.Document doc)
throws org.dom4j.DocumentException
readFromXml in interface SerializableXmlElementorg.dom4j.DocumentExceptionpublic void readFromXml(org.dom4j.Element node)
throws org.dom4j.DocumentException
readFromXml in interface SerializableXmlTypeorg.dom4j.DocumentExceptionpublic void serializeToXml(org.dom4j.Document doc)
throws org.dom4j.DocumentException
serializeToXml in interface SerializableXmlElementorg.dom4j.DocumentExceptionpublic void serializeToXml(org.dom4j.Element node)
throws org.dom4j.DocumentException
serializeToXml in interface SerializableXmlTypeorg.dom4j.DocumentExceptionCopyright © 2019 OpenEstate. All rights reserved.