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()
public int getMinor()
public int getBuild()
public int getMicro()
public String getRevision()
public String getLabel()
public int compareTo(Version o)
compareTo in interface ComparableThis doc was generated on 2017-08-03. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.