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

B14348-01

oracle.express.mdm
Class MdmHierarchicalDimension

java.lang.Object
  |
  +--oracle.express.mdm.MdmObject
        |
        +--oracle.express.mdm.MdmSource
              |
              +--oracle.express.mdm.MdmDimension
                    |
                    +--oracle.express.mdm.MdmHierarchicalDimension
Direct Known Subclasses:
MdmHierarchy, MdmLevel

Deprecated. As of Oracle9i, Release 2 (9.2.0.3), replaced by MdmSubDimension.

public abstract class MdmHierarchicalDimension
extends MdmDimension

Method Summary
MdmAttribute getAncestorsRelation()
Deprecated. See MdmSubDimension.
MdmAttribute getParentRelation()
Deprecated. See MdmSubDimension.

Methods inherited from class oracle.express.mdm.MdmDimension
getAttributes, getDefinition, getMemberType, getPluralDescription, getShortDescription, getShortPluralDescription, getValueFormat

Methods inherited from class oracle.express.mdm.MdmSource
getDataType, getSource, getType

Methods inherited from class oracle.express.mdm.MdmObject
acceptVisitor, getDescription, getID, getMdmTags, getMetadataProvider, getName, getNewMdmObject, hasMdmTag, isDeleted

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

Method Detail

getAncestorsRelation

public final MdmAttribute getAncestorsRelation()
                                        throws MetadataNotFoundException
Deprecated. See MdmSubDimension.

getParentRelation

public final MdmAttribute getParentRelation()
                                     throws MetadataNotFoundException
Deprecated. See MdmSubDimension.

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

B14348-01

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