Package | Description |
---|---|
org.openestate.io.immoxml |
Read and write XML data in ImmoXML format.
|
org.openestate.io.immoxml.converters |
Convert ImmoXML data between different versions.
|
Modifier and Type | Field and Description |
---|---|
static ImmoXmlVersion |
ImmoXmlUtils.VERSION
the latest implemented version of this format
|
Modifier and Type | Method and Description |
---|---|
static ImmoXmlVersion |
ImmoXmlVersion.detectFromString(String version) |
ImmoXmlVersion |
ImmoXmlDocument.getDocumentVersion() |
ImmoXmlVersion |
ImmoXmlDocument.getLatestVersion() |
ImmoXmlVersion |
ImmoXmlVersion.getNextVersion() |
ImmoXmlVersion |
ImmoXmlVersion.getPreviousVersion() |
static ImmoXmlVersion |
ImmoXmlVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmoXmlVersion[] |
ImmoXmlVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImmoXmlDocument.setDocumentVersion(ImmoXmlVersion version) |
Modifier and Type | Method and Description |
---|---|
ImmoXmlVersion |
ImmoXML_3_0.getVersion() |
Copyright © 2015 OpenEstate. All rights reserved.