public class Version extends Object implements Comparable
The Version
class represents the version of PDFreactor
. Version instances are comparable with each other.
public int getMajor()
public int getMinor()
public int getBuild()
public int getMicro()
public String getRevision()
public String getSuffix()
public int compareTo(Version o)
compareTo
in interface Comparable
This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.