public class Version
extends java.lang.Object
implements java.lang.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.
|
java.lang.String |
getLabel()
The label of the version.
|
int |
getMajor()
The major version.
|
int |
getMicro()
The micro version.
|
int |
getMinor()
The minor version.
|
java.lang.String |
getRevision()
The revision.
|
public int getMajor()
public int getMinor()
public int getBuild()
public int getMicro()
public java.lang.String getRevision()
public java.lang.String getLabel()
public int compareTo(Version o)
compareTo
in interface java.lang.Comparable
This doc was generated on 2018-08-13. Copyright © 2002-2018 RealObjects GmbH. All Rights Reserved.