Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

Package oracle.olapi.metadata.mdm

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

See:
          Description

Interface Summary
Mdm10_1_0_3_NamingConvention An MdmNamingConvention that has methods for generating unique identifications for classes that are added to the OLAP API in release 10.1.0.3 of Oracle Database.
Mdm10_1_0_3_ObjectVisitor An MdmObjectVisitor that has methods for visiting classes that are added to the OLAP API in release 10.1.0.3 of Oracle Database.
MdmMember An interface for a custom member of an MdmPrimaryDimension.
MdmNamingConvention An interface for an object that provides a unique identification for a custom BaseMetadataObject.
MdmObjectVisitor A visitor object that can execute operations on some of the classes in the MdmObject class hierarchy.

 

Class Summary
Mdm9iNamingConvention An object that provides a unique identification for a custom BaseMetadataObject.
MdmAttribute An MdmDimensionedObject that represents a particular characteristic of the members of an MdmDimension.
MdmAttributeModel An MdmDimensionedObjectModel that represents an MdmAttribute.
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, MdmTimeMember or MtmCustomExpression.
MdmDimension An MdmSource that represents an OLAP dimension.
MdmDimensionCalculationModel An MdmModel that is associated with an MdmPrimaryDimension; an MdmMeasureModel inherits the Assignment objects of the MdmDimensionCalculationModel objects of the appropriate data type of its associated MdmPrimaryDimension objects.
MdmDimensionedObject An MdmSource that represents a set of data that is organized by one or more MdmDimension objects.
MdmDimensionedObjectModel An MdmModel that represents an MdmDimensionedObject.
MdmDimensionMemberInfo Provides information about a member of an MdmHierarchy component of an MdmPrimaryDimension or an MdmLevel component of an MdmLevelHierarchy.
MdmHierarchy An MdmSubDimension that represents members of an Oracle OLAP dimension that are organized either hierarchically or nonhierarchically.
MdmLevel An MdmSubDimension whose members comprise one level of an MdmLevelHierarchy.
MdmLevelHierarchy An MdmHierarchy that represents members of an Oracle OLAP dimension that are organized either nonhierarchically or hierarchically by levels.
MdmMeasure An MdmDimensionedObject that represents a set of data to use in analytical processing.
MdmMeasureDimension An MdmPrimaryDimension with members that are MdmMeasure objects.
MdmMeasureModel An MdmDimensionedObjectModel that represents an MdmMeasure.
MdmMetadataProvider An object that gives access to the metadata for a data store, assuming that the metadata supports the multidimensional model (MDM).
MdmModel A Model that assigns a value to an MdmAttribute or an MdmMeasure for a set of MdmDimension members.
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.
MdmStandardMember An object that represents a custom member of an MdmStandardDimension.
MdmSubDimension A component of an MdmPrimaryDimension.
MdmTimeDimension An MdmPrimaryDimension that represents an Oracle OLAP dimension of time periods.
MdmTimeMember An object that represents a custom member of an MdmTimeDimension.
MdmValueHierarchy An MdmHierarchy that represents members of an Oracle OLAP dimension that are organized hierarchically by values rather than by levels.

 

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 2 (10.2)

B14348-01

Copyright © 2002, 2005, Oracle. All rights reserved.