com.esri.arcgis.system
Class Version

java.lang.Object
  extended by com.esri.arcgis.system.Version

public class Version
extends java.lang.Object


Field Summary
static java.lang.String BUILD
           
static int BUILD_NUMBER
           
static int MAJOR_VERSION
           
static int MINOR_VERSION
           
static java.lang.String RELEASE_VERSION
           
static int REVISION
           
static java.lang.String VERSION
           
 
Method Summary
static void main(java.lang.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 java.lang.String VERSION

BUILD

public static final java.lang.String BUILD

RELEASE_VERSION

public static final java.lang.String RELEASE_VERSION
Method Detail

main

public static void main(java.lang.String[] args)