|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XDimension
An XDimension represents a dimension in an OLAP cube. A dimension contains an order list of levels. The level with the lowest index is that with the widest scope.
| Method Summary | |
|---|---|
XCubeMember |
getLevelAt(int idx)
Get the specified level. |
int |
getLevelCount()
Get the number of levels in this dimension. |
String |
getName()
Get the name of this dimension. |
int |
getScope(String levelName)
Get the scope/level number of the level |
int |
getType()
Get the type of this dimension. |
| Method Detail |
|---|
String getName()
int getLevelCount()
XCubeMember getLevelAt(int idx)
idx - the index of the requested level.
ArrayIndexOutOfBoundsException - if the index is outside the range
of levels contained in this
dimension.int getScope(String levelName)
levelName - level nameint getType()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||