|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.util.CubeUtil
public class CubeUtil
Utility class to provide some methods about cube.
Constructor Summary | |
---|---|
CubeUtil()
|
Method Summary | |
---|---|
static java.lang.String |
getFullLevelName(java.lang.String dimensionName,
java.lang.String levelName)
Gets the full name of the level element. |
static java.lang.String[] |
splitLevelName(java.lang.String levelName)
Splits a full name of the level element to a String array of
length 2. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CubeUtil()
Method Detail |
---|
public static java.lang.String[] splitLevelName(java.lang.String levelName)
String
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.
levelName
-
public static java.lang.String getFullLevelName(java.lang.String dimensionName, java.lang.String levelName)
dimensionName
- the dimension namelevelName
- the short level name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |