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

B10994-01

oracle.olapi.metadata.mtm
Class MtmSourceMap

java.lang.Object
  |
  +--oracle.olapi.metadata.BaseMetadataObject
        |
        +--oracle.olapi.metadata.mtm.MtmObject
              |
              +--oracle.olapi.metadata.mtm.MtmSourceMap
Direct Known Subclasses:
MtmAttributeMap, MtmDimensionMap, MtmMeasureMap

public abstract class MtmSourceMap
extends MtmObject

An MtmObject that maps the relationship between an MdmSource and the underlying SQL tables and expressions on which the MdmSource is based. The MtmSourceMap class has the following three subclasses, one for each subclass of MdmSource:


Method Summary
 MdmSource getMdmSource()
          Gets the MdmSource for this MtmSourceMap.
 void setMdmSource(MdmSource newMdmSource)
          Specifies the MdmSource for this MtmSourceMap.

 

Methods inherited from class oracle.olapi.metadata.mtm.MtmObject
acceptVisitor

 

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

getMdmSource

public MdmSource getMdmSource()
Gets the MdmSource for this MtmSourceMap.
Returns:
The MdmSource for this MtmSourceMap.

setMdmSource

public void setMdmSource(MdmSource newMdmSource)
Specifies the MdmSource for this MtmSourceMap. Use this method only for a new MdmSource that you have created. Do not change the MtmSourceMap for an existing MdmSource that is based on OLAP Catalog metadata.
Parameters:
newMdmSource - The MdmSource for this MtmSourceMap.

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

B10994-01

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