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, selectChildElements
public 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 AbstractImplItem
public void readFromXml(org.dom4j.Document doc) throws org.dom4j.DocumentException
readFromXml
in interface SerializableXmlElement
org.dom4j.DocumentException
public void readFromXml(org.dom4j.Element node) throws org.dom4j.DocumentException
readFromXml
in interface SerializableXmlType
org.dom4j.DocumentException
public void serializeToXml(org.dom4j.Document doc) throws org.dom4j.DocumentException
serializeToXml
in interface SerializableXmlElement
org.dom4j.DocumentException
public void serializeToXml(org.dom4j.Element node) throws org.dom4j.DocumentException
serializeToXml
in interface SerializableXmlType
org.dom4j.DocumentException
Copyright © 2019 OpenEstate. All rights reserved.