|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.olapi.metadata.BaseMetadataObject
|
+--oracle.olapi.metadata.mtm.MtmObject
|
+--oracle.olapi.metadata.mtm.MtmSourceMap
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:
MtmAttributeMap for an MdmAttributeMtmDimensionMap for an MdmDimensionMtmMeasureMap for an MdmMeasusre| 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 |
public MdmSource getMdmSource()
MdmSource for this MtmSourceMap.MdmSource for this MtmSourceMap.public void setMdmSource(MdmSource newMdmSource)
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.newMdmSource - The MdmSource for this MtmSourceMap.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||