|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.griaule.grFinger.Version
public class Version
This class stores version information of GrFinger library.
Field Summary | |
---|---|
static int |
GRFINGER_FREE
GrFinger FREE license. |
static int |
GRFINGER_FULL
GrFinger FULL license. |
static int |
GRFINGER_LIGHT
GrFinger LIGHT license. |
Method Summary | |
---|---|
int |
getLicenseType()
Get the GrFinger library current license type. |
byte |
getMajorVersion()
Get the library major version. |
byte |
getMinorVersion()
Get the library minor version. |
String |
toString()
Returns a text with the version of the GrFinger library and the license type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int GRFINGER_FULL
public static final int GRFINGER_LIGHT
public static final int GRFINGER_FREE
Method Detail |
---|
public int getLicenseType()
public byte getMajorVersion()
public byte getMinorVersion()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |