Package mondrian.server
Class MondrianServerVersion
- java.lang.Object
-
- mondrian.server.MondrianServerVersion
-
class MondrianServerVersion extends Object
Version information for Mondrian. (Generated by build)
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static String
COPYRIGHT_YEAR
(package private) static int
MAJOR_VERSION
(package private) static int
MINOR_VERSION
(package private) static String
NAME
(package private) static String
VENDOR
(package private) static String
VERSION
-
Constructor Summary
Constructors Constructor Description MondrianServerVersion()
-
-
-
Field Detail
-
VENDOR
static final String VENDOR
- See Also:
- Constant Field Values
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
VERSION
static final 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
-
COPYRIGHT_YEAR
static final String COPYRIGHT_YEAR
- See Also:
- Constant Field Values
-
-