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

B10994-01

oracle.olapi.metadata.mtm
Class MtmUnsolvedLevelHierarchyMap

java.lang.Object
  |
  +--oracle.olapi.metadata.BaseMetadataObject
        |
        +--oracle.olapi.metadata.mtm.MtmObject
              |
              +--oracle.olapi.metadata.mtm.MtmSourceMap
                    |
                    +--oracle.olapi.metadata.mtm.MtmDimensionMap
                          |
                          +--oracle.olapi.metadata.mtm.MtmSubDimensionMap
                                |
                                +--oracle.olapi.metadata.mtm.MtmHierarchyMap
                                      |
                                      +--oracle.olapi.metadata.mtm.MtmLevelHierarchyMap
                                            |
                                            +--oracle.olapi.metadata.mtm.MtmUnsolvedLevelHierarchyMap

public class MtmUnsolvedLevelHierarchyMap
extends MtmLevelHierarchyMap

An MtmLevelHierarchyMap for an unsolved MdmLevelHierarchy.


Method Summary
 java.lang.Object acceptVisitor(MtmObjectVisitor visitor, java.lang.Object context)
          Calls the visitMtmUnsolvedLevelHierarchyMap method of the specified MtmObjectVisitor and passes that method this MtmUnsolvedLevelHierarchyMap and the specified context object.

 

Methods inherited from class oracle.olapi.metadata.mtm.MtmLevelHierarchyMap
getOrderSpecifications, getTable, isSkipLevelHierarchy, setSkipLevelHierarchy, setTable

 

Methods inherited from class oracle.olapi.metadata.mtm.MtmSourceMap
getMdmSource, setMdmSource

 

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

acceptVisitor

public java.lang.Object acceptVisitor(MtmObjectVisitor visitor,
                                      java.lang.Object context)
Calls the visitMtmUnsolvedLevelHierarchyMap method of the specified MtmObjectVisitor and passes that method this MtmUnsolvedLevelHierarchyMap and the specified context object.
Parameters:
visitor - An MtmObjectVisitor.
context - An Object.
Returns:
The Object returned by the visitMtmUnsolvedLevelHierarchyMap method.
Overrides:
acceptVisitor in class MtmObject

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

B10994-01

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