public interface ConvertableToXML<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_ATTRIBUTE
Name of the mandatory type attribute, value shall be the canonical class name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initFromElement(org.jdom.Element element)
Initialies an object that implements the ConvertableToXML interface from a DOM Element.
|
org.jdom.Element |
toElement()
Serializes the object that implements the ConvertableToXML interface to a DOM Element.
|
static final String TYPE_ATTRIBUTE
org.jdom.Element toElement()
Copyright © 2012–2025 cismet GmbH. All rights reserved.