|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XCube
An XCube represents a cube in an OLAP server.
| Field Summary | |
|---|---|
static String |
ESSBASE
Essbase cube. |
static String |
MODEL
Logical model cube. |
static String |
MONDRIAN
Mondrian cube. |
static String |
SAP
SAP cube. |
static String |
SQLSERVER
SQLServer cube. |
| Method Summary | |
|---|---|
XDimension |
getDimension(String name)
Get the specified dimension. |
Enumeration |
getDimensions()
Get all the dimensions contained in this cube. |
XCubeMember |
getMeasure(String name)
Get the specified measure. |
Enumeration |
getMeasures()
Get all the measures contained in this cube. |
String |
getName()
Get the name of this cube. |
String |
getType()
Get cube type. |
| Field Detail |
|---|
static final String SQLSERVER
static final String ESSBASE
static final String MODEL
static final String MONDRIAN
static final String SAP
| Method Detail |
|---|
String getName()
Enumeration getDimensions()
XDimension getDimension(String name)
name - the name of the dimension.
null if a dimension with the
specified name does not exist.Enumeration getMeasures()
XCubeMember getMeasure(String name)
name - the name of the measure.
null if a measure with the
specified name does not exist.String 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 | ||||||||