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 |
---|
FreeMindMain.VersionInformation(int pMaj,
int pMid,
int pMin,
int pType,
int pNum) |
FreeMindMain.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 FreeMindMain.VersionInformation(int pMaj, int pMid, int pMin, int pType, int pNum)
public FreeMindMain.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 ".".