Class CubeUtil
java.lang.Object
org.eclipse.birt.report.model.api.util.CubeUtil
Utility class to provide some methods about cube.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getFullLevelName
(String dimensionName, String levelName) Gets the full name of the level element.static String[]
splitLevelName
(String levelName) Splits a full name of the level element to aString
array of length 2.
-
Constructor Details
-
CubeUtil
public CubeUtil()
-
-
Method Details
-
splitLevelName
Splits a full name of the level element to aString
array of length 2. The first member of the array is the name of the dimension element and the second is the name of the level element.- Parameters:
levelName
-- Returns:
- an string array.
-
getFullLevelName
Gets the full name of the level element.- Parameters:
dimensionName
- the dimension namelevelName
- the short level name- Returns:
- the full level name
-