at.spardat.xma.util
Class Version

java.lang.Object
  extended byat.spardat.xma.util.Version

public class Version
extends java.lang.Object

Version constants of the XMA runtime.


Field Summary
static int BUGFIX
          bugfix version number of the XMA runtime
static int MAJOR
          major version number of the XMA runtime
static int MINOR
          minor version number of the XMA runtime
 
Constructor Summary
Version()
           
 
Method Summary
static java.lang.String getVersion()
          Returns a String of the form major.minor.bugfix
static int getVersionNumber()
          Returns a numeric version identification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR

public static final int MAJOR
major version number of the XMA runtime

See Also:
Constant Field Values

MINOR

public static final int MINOR
minor version number of the XMA runtime

See Also:
Constant Field Values

BUGFIX

public static final int BUGFIX
bugfix version number of the XMA runtime

See Also:
Constant Field Values
Constructor Detail

Version

public Version()
Method Detail

getVersion

public static java.lang.String getVersion()
Returns a String of the form major.minor.bugfix


getVersionNumber

public static int getVersionNumber()
Returns a numeric version identification.