peakml
Class Version

java.lang.Object
  extended by peakml.Version

public class Version
extends java.lang.Object

This object contains the version of the project.


Field Summary
static int maintenance
          The maintenance part of the version, which is changed for bug-fixes
static int major
          The major part of the version, which is changed for major interface changes
static int minor
          The minor part of the version, which is changed when interfaces have been added
 
Constructor Summary
Version()
           
 
Method Summary
static java.lang.String convertToString()
          This method converts the static version to a string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

major

public static final int major
The major part of the version, which is changed for major interface changes

See Also:
Constant Field Values

minor

public static final int minor
The minor part of the version, which is changed when interfaces have been added

See Also:
Constant Field Values

maintenance

public static final int maintenance
The maintenance part of the version, which is changed for bug-fixes

See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

convertToString

public static java.lang.String convertToString()
This method converts the static version to a string.

Returns:
The string representation of the version.