| 
 | |||||||||
| 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 | BUILDThe Constant BUILD. | 
| static int | BUILD_NUMBERThe Constant BUILD_NUMBER. | 
| static int | MAJOR_VERSIONThe Constant MAJOR_VERSION. | 
| static int | MINOR_VERSIONThe Constant MINOR_VERSION. | 
| static String | RELEASE_VERSIONThe Constant RELEASE_VERSION. | 
| static int | REVISIONThe Constant REVISION. | 
| static String | VERSIONThe 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 | ||||||||