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

B10994-01

oracle.olapi.metadata.mtm
Class MtmAttributeMap

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

public abstract class MtmAttributeMap
extends MtmSourceMap

An MtmSourceMap for an MdmAttribute. An MtmAttributeMap can map to either stored or derived values. When an MdmAttribute has stored values, there is a particular column in a dimension table that holds the values. When an MdmAttribute has derived values, there is no particular column for them; instead, the values are calculated from one or more columns.


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

 

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

 


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

B10994-01

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