Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-03

oracle.olapi.metadata.mapping
Class MeasureMap

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.mapping.ObjectMap
          extended by oracle.olapi.metadata.mapping.ValueMap
              extended by oracle.olapi.metadata.mapping.MeasureMap
All Implemented Interfaces:
MetadataObject

public final class MeasureMap
extends ValueMap

A ValueMap that maps an MdmMeasure to an Expression. You get an MeasureMap by calling the findOrCreateMeasureMap method of a CubeMap.


Method Summary
 CubeMap getCubeMap()
          Gets the CubeMap that is the owner of this MeasureMap.
 MdmBaseMeasure getMeasure()
          Gets the MdmBaseMeasure associated with the MeasureMap.
 void setMeasure(MdmBaseMeasure input)
          Specifies the MdmMeasure to associate with the MeasureMap.
 
Methods inherited from class oracle.olapi.metadata.mapping.ValueMap
getExpression, getName, getNewName, setExpression, setName
 
Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getContainedByObject, getID, getOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setMeasure

public void setMeasure(MdmBaseMeasure input)
Specifies the MdmMeasure to associate with the MeasureMap.

Parameters:
input - The MdmMeasure to associate with the MeasureMap.

getMeasure

public MdmBaseMeasure getMeasure()
Gets the MdmBaseMeasure associated with the MeasureMap.

Returns:
The MdmBaseMeasure associated with the MeasureMap.

getCubeMap

public CubeMap getCubeMap()
Gets the CubeMap that is the owner of this MeasureMap.

Returns:
The CubeMap that owns this MeasureMap.

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