|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IXmlPersistenceSupport
Common interface for runtime classes that support XML persistence through the methods
IClRepositoryObject.initFromXml(Element) and toXml(Document).
| Method Summary | |
|---|---|
Element |
toXml(Document document)
Creates an Element (using the given document) that represents this object in XML. |
| Methods inherited from interface org.faktorips.runtime.IClRepositoryObject |
|---|
initFromXml |
| Method Detail |
|---|
Element toXml(Document document)
Element (using the given document) that represents this object in XML. The
caller is responsible of adding the returned element to an other Element or
Document if required.
document - the document to use for creating Elements
Element that represents this object as XML element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||