Interface TransferVersion
-
- All Known Implementing Classes:
TransferVersionImpl
public interface TransferVersion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEdition()Gets the editionStringgetVersionMajor()Gets the major version number, e.g.StringgetVersionMinor()Gets the minor version number, e.g.StringgetVersionRevision()Gets the version revision number, e.g.
-
-
-
Method Detail
-
getVersionMajor
String getVersionMajor()
Gets the major version number, e.g. 1.2.3- Returns:
- major version number
-
getVersionMinor
String getVersionMinor()
Gets the minor version number, e.g. 1.2.3- Returns:
- minor version number
-
getVersionRevision
String getVersionRevision()
Gets the version revision number, e.g. 1.2.3- Returns:
- revision number
-
getEdition
String getEdition()
Gets the edition- Returns:
- the edition
-
-