public class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAINTENANCE
The maintenance part of the version, which is changed for bug-fixes
|
static int |
MAJOR
The major part of the version, which is changed for major interface
changes
|
static int |
MINOR
The minor part of the version, which is changed when interfaces have been
added
|
static boolean |
TESTING
Flag to indicate that this is a testing release
|
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertToString()
string representation of the version
|
public static final int MAJOR
public static final int MINOR
public static final int MAINTENANCE
public static final boolean TESTING
public static String convertToString()
Copyright © 2015. All Rights Reserved.