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