|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.JEVersion
public class JEVersion
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Field Summary | |
---|---|
static JEVersion |
CURRENT_VERSION
Javadoc for this public instance is generated via the doc templates in the doc_src directory. |
Method Summary | |
---|---|
int |
getMajor()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getMinor()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
String |
getNumericVersionString()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
int |
getPatch()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
String |
getVersionString()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
String |
toString()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final JEVersion CURRENT_VERSION
Method Detail |
---|
public String toString()
toString
in class Object
public int getMajor()
public int getMinor()
public int getPatch()
public String getNumericVersionString()
public String getVersionString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |