|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OlapCube
OlapCube is the metadata object that represents a cube in a schema.
Method Summary | |
---|---|
DimensionList |
getDimensions()
Retrieves the dimensions of the cube. |
OlapDimension |
getMeasureDimension()
Retrieves the measure dimension. |
MeasureList |
getMeasures()
Retrieves the measures of the cube. |
OlapSchema |
getSchema()
Retrieves the schema this cube belongs to. |
LocaleList |
getSupportedLocales()
Retrieves the locales that are supported by this cube. |
Methods inherited from interface com.citra.pivot.olap.metadata.OlapObject |
---|
getCaption, getDescription, getID, getName |
Method Detail |
---|
DimensionList getDimensions()
OlapDimension getMeasureDimension()
MeasureList getMeasures()
OlapSchema getSchema()
LocaleList getSupportedLocales()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |