oracle.olapi.metadata.mtm
Class MtmValueHierarchyMap
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
- Direct Known Subclasses:
 
- MtmValueLevelHierarchyMap
 
- public abstract class MtmValueHierarchyMap
 
- extends MtmHierarchyMap
 
An MtmHierarchyMap for an MdmValueHierarchy. Even though an MdmValueHierarchy has no levels, it is stored in a level-based form. Therefore, it needs an MtmLevelHierarchyMap to record its mapping information.
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
getOrderSpecifications
public java.util.List getOrderSpecifications()
- Gets the 
MtmDimensionOrderSpecification object or objects for this MtmValueHierarchyMap. 
- 
- Returns:
 
- A 
List of zero or more MtmDimensionOrderSpecification objects for this MtmValueHierarchyMap. 
 
addOrderSpecification
public void addOrderSpecification(MtmDimensionOrderSpecification orderSpec)
- Adds the 
MtmDimensionOrderSpecification object to this MtmValueHierarchyMap. 
- 
- Parameters:
 
orderSpec - The MtmDimensionOrderSpecification object that is to be added to this MtmValueHierarchyMap. 
 
removeOrderSpecification
public void removeOrderSpecification(MtmDimensionOrderSpecification orderSpec)
- Removes the 
MtmDimensionOrderSpecification object from this MtmValueHierarchyMap. 
- 
- Parameters:
 
orderSpec - The MtmDimensionOrderSpecification object that is to be removed from this MtmValueHierarchyMap. 
 
Copyright © 2002, 2005, Oracle. All rights reserved.