Interface MultiVersionSupport
-
- All Known Implementing Classes:
ImmobilienNetFormat
,ImmonetDeFormat
,ImmowebItFormat
,ImmoweltDeFormat
,KyeroXmlFormat
,OpenImmoXmlFormat
public interface MultiVersionSupport
MultipleVersionSupport.- Author:
- Andreas Rudolph
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getVersion()
String[]
getVersions()
boolean
isLatestVersion()
void
setLatestVersion()
void
setVersion(String version)
-