public class Version extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAJVER |
static int |
MINVER |
static int |
PTCVER |
| Constructor and Description |
|---|
Version(int major,
int minor,
int patch) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMajor() |
int |
getMinor() |
int |
getPatch() |
static String |
getVersion()
Returns the current version of the runtime system.
|
public static final int MAJVER
public static final int MINVER
public static final int PTCVER
public int getMajor()
public int getMinor()
public int getPatch()
public static String getVersion()
Copyright © 2017. All Rights Reserved.