public class Version
extends java.lang.Object
| Constructor and Description | 
|---|
Version()  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
getFull()
Returns the full version String. 
 | 
static int | 
getHi()
Returns the version hi value. 
 | 
static int | 
getLo()
Returns the version lo value. 
 | 
static java.lang.String | 
getVersion()
Returns the version value. 
 | 
public static java.lang.String getVersion()
public static java.lang.String getFull()
public static int getHi()
public static int getLo()