Package mondrian.olap4j
Class MondrianOlap4jDriverVersion
- java.lang.Object
-
- mondrian.olap4j.MondrianOlap4jDriverVersion
-
class MondrianOlap4jDriverVersion extends java.lang.Object
Version information for the Mondrian olap4j driver. (Generated.)
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
MAJOR_VERSION
(package private) static int
MINOR_VERSION
(package private) static java.lang.String
NAME
(package private) static java.lang.String
VERSION
-
Constructor Summary
Constructors Constructor Description MondrianOlap4jDriverVersion()
-
-
-
Field Detail
-
NAME
static final java.lang.String NAME
- See Also:
- Constant Field Values
-
VERSION
static final java.lang.String VERSION
- See Also:
- Constant Field Values
-
MAJOR_VERSION
static final int MAJOR_VERSION
- See Also:
- Constant Field Values
-
MINOR_VERSION
static final int MINOR_VERSION
- See Also:
- Constant Field Values
-
-