|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Version
public class Version
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 |
|---|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public static final int REVISION
public static final int BUILD_NUMBER
public static final String VERSION
public static final String BUILD
public static final String RELEASE_VERSION
| Constructor Detail |
|---|
public Version()
| Method Detail |
|---|
public static void main(String[] args)
args - the arguments
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||