Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Package oracle.olapi.metadata.mdm

Contains classes that represent data supporting the multidimensional model (MDM) for metadata.

See:
          Description

Interface Summary
MdmObjectVisitor A visitor object that can execute operations on some of the classes in the MdmObject class hierarchy.

 

Class Summary
MdmAttribute An MdmDimensionedObject that represents a particular characteristic of the elements of an MdmDimension.
MdmBaseObjectVisitor An implementation of the MdmObjectVisitor interface that adds methods for visiting more classes in the MdmObject class hierarchy.
MdmCustomObjectFactory An object that creates custom MdmObject or MtmValueExpression objects, such as an MdmMeasure, MdmStandardDimension, or MtmCustomExpression.
MdmDimension An MdmSource that represents an OLAP dimension.
MdmDimensionedObject An MdmSource that represents a set of data that is organized by one or more MdmDimension objects.
MdmDimensionMemberInfo Provides information about an element of an MdmHierarchy component of an MdmPrimaryDimension or an MdmLevel component of an MdmLevelHierarchy.
MdmHierarchy An MdmSubDimension that represents elements of an Oracle OLAP dimension that are organized either hierarchically or nonhierarchically.
MdmLevel An MdmSubDimension whose elements comprise one level of an MdmLevelHierarchy.
MdmLevelHierarchy An MdmHierarchy that represents elements of an Oracle OLAP dimension that are organized either nonhierarchically or hierarchically by levels.
MdmMeasure An MdmDimensionedObject that represents a set of data to be used in analytical processing.
MdmMeasureDimension An MdmPrimaryDimension that specifies the MdmMeasure objects available through an MdmMetadataProvider.
MdmMetadataProvider An object that gives access to the metadata for a data store, assuming that the metadata supports the multidimensional model (MDM).
MdmObject An object that is accessed through an MdmMetadataProvider and that describes a particular set of data, such as a measure of product unit prices.
MdmObjectFactory This class is not used by application developers.
MdmPrimaryDimension An MdmDimension that represents an Oracle OLAP dimension.
MdmSchema A container for MdmMeasure, MdmDimension, and other MdmSchema objects that are related by informational content.
MdmSource An MdmObject that represents a measure, dimension, or other set of data (such as an attribute).
MdmSourceDefinition This class is not used by OLAP API application developers.
MdmStandardDimension An MdmPrimaryDimension that represents most types of metadata for Oracle OLAP dimensions, such as dimensions for products, customers, distribution channels, and so on.
MdmSubDimension A component of an MdmPrimaryDimension, which represents an Oracle OLAP dimension.
MdmTimeDimension An MdmPrimaryDimension that represents an Oracle OLAP dimension of time periods.
MdmValueHierarchy An MdmHierarchy that represents elements of an Oracle OLAP dimension that are organized hierarchically by values rather than by levels.
MdmXMLTags This class is not used by OLAP API application developers.

 

Exception Summary
MdmInvalidValueException Indicates that the value specified by the operation that generated this exception is invalid.

 

Package oracle.olapi.metadata.mdm Description

Contains classes that represent data supporting the multidimensional model (MDM) for metadata.


Oracle OLAP Java API Reference
10g Release 1 (10.1)

B10994-01

Copyright © 2002, 2003, Oracle. All Rights Reserved.