public class CubeUtil
extends java.lang.Object
| 构造器和说明 |
|---|
CubeUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
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 nameCopyright © 2008 Actuate Corp. All rights reserved.