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

B10994-01

oracle.olapi.metadata.mdm
Class MdmSubDimension

java.lang.Object
  |
  +--oracle.olapi.metadata.BaseMetadataObject
        |
        +--oracle.olapi.metadata.mdm.MdmObject
              |
              +--oracle.olapi.metadata.mdm.MdmSource
                    |
                    +--oracle.olapi.metadata.mdm.MdmDimension
                          |
                          +--oracle.olapi.metadata.mdm.MdmSubDimension
Direct Known Subclasses:
MdmHierarchy, MdmLevel

public abstract class MdmSubDimension
extends MdmDimension

A component of an MdmPrimaryDimension, which represents an Oracle OLAP dimension. The type of the elements of an MdmSubDimension is specified by its MdmPrimaryDimension. With the getPrimaryDimension method, you can get the MdmPrimaryDimension for this MdmSubDimension.

The subclasses of MdmSubDimension represent hierarchical or nonhierarchical organizations of the elements of the dimension. The following are the concrete subclasses of MdmSubDimension.


Method Summary
 MdmPrimaryDimension getPrimaryDimension()
          Gets the MdmPrimaryDimension of which this MdmSubDimension is a component.

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmDimension
getAttributes, getCardinality, getPluralDescription, getShortPluralDescription, removeAttribute, setCardinality, setPluralDescription, setShortPluralDescription

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmSource
getDataType, getSource, getSourceMap, getType

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmObject
acceptVisitor, getDescription, getMetadataProvider, getName, getShortDescription, setDescription, setName, setShortDescription

 

Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getID

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getPrimaryDimension

public final MdmPrimaryDimension getPrimaryDimension()
Gets the MdmPrimaryDimension of which this MdmSubDimension is a component.
Returns:
The MdmPrimaryDimension for this MdmSubDimension.
Overrides:
getPrimaryDimension in class MdmDimension

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

B10994-01

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