|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openoces.ooapi.Version
This class can be used to extract the version of OpenOcesAPI being used.
| Constructor Summary | |
Version()
|
|
| Method Summary | |
static int |
getMajorVersion()
Returns the major version part of the full version |
static int |
getMinorVersion()
Returns the minor version part of the full version |
static int |
getPatchLevel()
Returns the patch level part of the full version |
static java.lang.String |
getVersion()
Returns the version of OpenOcesAPI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Version()
| Method Detail |
public static java.lang.String getVersion()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getPatchLevel()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||