oracle.olapi.metadata.mtm
Class MtmValueLevelHierarchyMap
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.MtmValueHierarchyMap
                                            |
                                            +--oracle.olapi.metadata.mtm.MtmValueLevelHierarchyMap
- public class MtmValueLevelHierarchyMap
 
- extends MtmValueHierarchyMap
 
An MtmValueHierarchyMap that provides access to the MtmSolvedLevelHierarchyMap for an MdmValueHierarchy. Even though the MtmValueHierarchy has no levels, it is stored in a level-based form, and its MtmSolvedLevelHierarchyMap holds its mapping information.
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
acceptVisitor
public java.lang.Object acceptVisitor(MtmObjectVisitor visitor,
                                      java.lang.Object context)
- Calls the 
visitMtmValueLevelHierarchyMap method of the specified MtmObjectVisitor and passes that method this MtmValueLevelHierarchyMap and the specified context object. 
- 
- Overrides:
 
- acceptVisitor in class MtmObject
 
 
- 
- Parameters:
 
visitor - An MtmObjectVisitor. 
context - An Object. 
- Returns:
 
- The 
Object returned by the visitMtmValueLevelHierarchyMap method. 
 
getSolvedLevelHierarchyMap
public MtmSolvedLevelHierarchyMap getSolvedLevelHierarchyMap()
- Gets the 
MtmSolvedLevelHierarchyMap that holds the mapping information for the associated MdmValueHierarchy. 
- 
- Returns:
 
- The 
MtmSolvedLevelHierarchyMap that holds the mapping information for the associated MdmValueHierarchy. 
 
setSolvedLevelHierarchyMap
public void setSolvedLevelHierarchyMap(MtmSolvedLevelHierarchyMap newSolvedLevelHierarchyMap)
- Specifies the 
MtmSolvedLevelHierarchyMap for this MtmValueLevelHierarchyMap. The MtmSolvedLevelHierarchyMap has the mapping information for its associated MdmValueHierarchy. 
- 
- Parameters:
 
newSolvedLevelHierarchyMap - The MtmSolvedLevelHierarchyMap to specify for the associated MdmValueHierarchy. 
 
Copyright © 2002, 2005, Oracle. All rights reserved.