public class Version extends Object implements Comparable
The Version
class represents the version of PDFreactor
. Version instances are comparable with each other.
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Version o) |
int |
getBuild()
The build number.
|
String |
getLabel()
The label of the version.
|
int |
getMajor()
The major version.
|
int |
getMicro()
The micro version.
|
int |
getMinor()
The minor version.
|
String |
getRevision()
The revision.
|
public int getMajor()
The major version.
public int getMinor()
The minor version.
public int getBuild()
The build number.
public int getMicro()
The micro version.
public String getRevision()
The revision.
public String getLabel()
The label of the version.
public int compareTo(Version o)
compareTo
in interface Comparable
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.