Package com.realobjects.pdfreactor
Class Version
java.lang.Object
com.realobjects.pdfreactor.Version
- All Implemented Interfaces:
Comparable<Version>
The Version
class represents the version of PDFreactor
. Version instances are comparable with each other.
-
Method Details
-
getMajor
public int getMajor()The major version.
-
getMinor
public int getMinor()The minor version.
-
getMicro
public int getMicro()The micro version.
-
getBuild
public int getBuild()The build version.
-
getRevision
The revision.
-
getLabel
The label of the version.
-
getText
The version as text.
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Version>
-