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 version.
|
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.
|
String |
getText()
The version as text.
|
public int getMajor()
The major version.
public int getMinor()
The minor version.
public int getMicro()
The micro version.
public int getBuild()
The build version.
public String getRevision()
The revision.
public String getLabel()
The label of the version.
public String getText()
The version as text.
public int compareTo(Version o)
compareTo
in interface Comparable
This doc was generated on 2023-09-21. Copyright © 2002-2023 RealObjects GmbH. All Rights Reserved.