com.esri.aims.mtier
Class Version

java.lang.Object
  extended by com.esri.aims.mtier.Version

public class Version
extends Object

Defines the software build version.


Field Summary
static String BUILD
           
static int BUILD_NUMBER
           
static int MAJOR_VERSION
           
static int MINOR_VERSION
           
static String RELEASE_VERSION
           
static int REVISION
           
static String VERSION
           
 
Constructor Summary
Version()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAJOR_VERSION

public static final int MAJOR_VERSION
See Also:
Constant Field Values

MINOR_VERSION

public static final int MINOR_VERSION
See Also:
Constant Field Values

REVISION

public static final int REVISION
See Also:
Constant Field Values

BUILD_NUMBER

public static final int BUILD_NUMBER
See Also:
Constant Field Values

VERSION

public static final String VERSION

BUILD

public static final String BUILD

RELEASE_VERSION

public static final String RELEASE_VERSION
Constructor Detail

Version

public Version()
Method Detail

main

public static void main(String[] args)