com.esri.arcgisws
Class Version

java.lang.Object
  extended by com.esri.arcgisws.Version

public class Version
extends Object

Defines the software build version.


Field Summary
static String BUILD
          The Constant BUILD.
static int BUILD_NUMBER
          The Constant BUILD_NUMBER.
static int MAJOR_VERSION
          The Constant MAJOR_VERSION.
static int MINOR_VERSION
          The Constant MINOR_VERSION.
static String RELEASE_VERSION
          The Constant RELEASE_VERSION.
static int REVISION
          The Constant REVISION.
static String VERSION
          The Constant VERSION.
 
Constructor Summary
Version()
          Version default constructor.
 
Method Summary
static void main(String[] args)
          The main method.
 
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
The Constant MAJOR_VERSION.

See Also:
Constant Field Values

MINOR_VERSION

public static final int MINOR_VERSION
The Constant MINOR_VERSION.

See Also:
Constant Field Values

REVISION

public static final int REVISION
The Constant REVISION.

See Also:
Constant Field Values

BUILD_NUMBER

public static final int BUILD_NUMBER
The Constant BUILD_NUMBER.

See Also:
Constant Field Values

VERSION

public static final String VERSION
The Constant VERSION.


BUILD

public static final String BUILD
The Constant BUILD.


RELEASE_VERSION

public static final String RELEASE_VERSION
The Constant RELEASE_VERSION.

Constructor Detail

Version

public Version()
Version default constructor.

Method Detail

main

public static void main(String[] args)
The main method.

Parameters:
args - the arguments