public interface XmlVersion
Modifier and Type | Method and Description |
---|---|
XmlConverter |
getConverter()
Returns the converter for this version.
|
XmlVersion |
getNextVersion()
Returns the next version relative to this version.
|
XmlVersion |
getPreviousVersion()
Returns the previous version relative to this version.
|
boolean |
isLatestVersion()
Returns the newest / latest version, that is currently supported.
|
boolean |
isNewerThen(XmlVersion v)
Check, if this version is newer then another version.
|
boolean |
isOlderThen(XmlVersion v)
Check, if this version is older then another version.
|
String |
toReadableVersion()
Convert this version to a readable string.
|
XmlConverter getConverter()
XmlVersion getNextVersion()
XmlVersion getPreviousVersion()
boolean isLatestVersion()
boolean isNewerThen(XmlVersion v)
v
- the other version to compareboolean isOlderThen(XmlVersion v)
v
- the other version to compareString toReadableVersion()
Copyright © 2015 OpenEstate. All rights reserved.