Copyright © 2011 Citra Technologies. All Rights Reserved.

Package com.citra.pivot.olap.metadata

Contains the fundamental objects of an OLAP source.

See:
          Description

Interface Summary
OlapCube OlapCube is the metadata object that represents a cube in a schema.
OlapDimension OlapDimension is the metadata object that represents a dimension in a cube.
OlapHierarchy OlapHierarchy is the metadata object that represents a hierarchy in a dimension.
OlapLevel OlapLevel is the metadata for a structural level that is part of an olap hierarchy.
OlapList OlapList defines two methods to retrieve an olap object from its contents, one using the unique id, and the other using the name.
OlapMeasure OlapMeasure is the metadata for a measure in a measure dimension.
OlapMember OlapMembers are the structural blocks of an olap level.
OlapObject OlapObject is the base class of all olap metadata objects.
OlapSchema OlapSchema is the top container for the olap metadata objects.
OlapType OlapType defines the type of a value in a datasource.
 

Class Summary
CubeList CubeList is an olap list, containing OlapCubes.
DefaultOlapList DefaultOlapList is an olap list, containing any type of OlapObject.
DimensionList DimensionList is an olap list, containing OlapDimensions.
HierarchyList HierarchyList is an olap list, containing OlapHierarchies.
LevelList LevelList is an olap list, containing OlapLevels.
LocaleList LocaleList is a list subclass that contains methods for retrieving a Locale by name and index.
MeasureList MeasureList is an olap list, containing OlapMeasures.
MemberList MemberList is an olap list, containing OlapMembers.
OlapType.DefType  
 

Package com.citra.pivot.olap.metadata Description

Contains the fundamental objects of an OLAP source.


Copyright © 2011 Citra Technologies. All Rights Reserved.