public static class FreeMindMain.VersionInformation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
mMaj |
int |
mMid |
int |
mMin |
int |
mNum |
int |
mType |
| Constructor and Description |
|---|
VersionInformation(int pMaj,
int pMid,
int pMin,
int pType,
int pNum) |
VersionInformation(java.lang.String pString)
Sets the version number from a string.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public int mMaj
public int mMid
public int mMin
public int mType
public int mNum
public VersionInformation(int pMaj,
int pMid,
int pMin,
int pType,
int pNum)
public VersionInformation(java.lang.String pString)
pString - : The version number coding. Example "0.9.0 Beta 1"
Keywords are "Alpha", "Beta", "RC". Separation by " " or
by ".".