public class JEVersion
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static JEVersion |
CURRENT_VERSION
Javadoc for this public instance is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.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.
|
java.lang.String |
getVersionString()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
java.lang.String |
toString()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
public static final JEVersion CURRENT_VERSION
public java.lang.String toString()
toString
in class java.lang.Object
public int getMajor()
public int getMinor()
public int getPatch()
public java.lang.String getNumericVersionString()
public java.lang.String getVersionString()