public class DaftIe_2_7 extends XmlConverter<DaftIeDocument,DaftIeVersion>
| Constructor and Description |
|---|
DaftIe_2_7() |
| Modifier and Type | Method and Description |
|---|---|
void |
downgradeToPreviousVersion(DaftIeDocument doc)
Downgrade an OpenImmo document from version 1.1.
|
DaftIeVersion |
getVersion()
Returns the version, that this converter is implemented for.
|
void |
upgradeFromPreviousVersion(DaftIeDocument doc)
Downgrade an OpenImmo document to version 1.1.
|
public DaftIeVersion getVersion()
XmlConvertergetVersion in class XmlConverter<DaftIeDocument,DaftIeVersion>public void downgradeToPreviousVersion(DaftIeDocument doc)
Versions before 1.1 are not supported. Therefore this method always throws
a NotImplementedException.
downgradeToPreviousVersion in class XmlConverter<DaftIeDocument,DaftIeVersion>doc - OpenImmo document in version 1.1public void upgradeFromPreviousVersion(DaftIeDocument doc)
Versions before 1.1 are not supported. Therefore this method always throws
a NotImplementedException.
upgradeFromPreviousVersion in class XmlConverter<DaftIeDocument,DaftIeVersion>doc - OpenImmo documentCopyright © 2015 OpenEstate. All rights reserved.