|
Oracle OLAP Java API Reference 10g Release 1 (10.1) B10994-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
|
+--oracle.olapi.metadata.mtm.MtmDimensionMap
|
+--oracle.olapi.metadata.mtm.MtmSubDimensionMap
|
+--oracle.olapi.metadata.mtm.MtmHierarchyMap
|
+--oracle.olapi.metadata.mtm.MtmValueHierarchyMap
|
+--oracle.olapi.metadata.mtm.MtmValueLevelHierarchyMap
An MtmValueHierarchyMap that provides access to the MtmSolvedLevelHierarchyMap for an MdmValueHierarchy. Even though the MtmValueHierarchy has no levels, it is stored in a level-based form, and its MtmSolvedLevelHierarchyMap holds its mapping information.
| Method Summary | |
java.lang.Object |
acceptVisitor(MtmObjectVisitor visitor, java.lang.Object context)Calls the visitMtmValueLevelHierarchyMap method of the specified MtmObjectVisitor and passes that method this MtmValueLevelHierarchyMap and the specified context object. |
MtmSolvedLevelHierarchyMap |
getSolvedLevelHierarchyMap()Gets the MtmSolvedLevelHierarchyMap that holds the mapping information for the associated MdmValueHierarchy. |
void |
setSolvedLevelHierarchyMap(MtmSolvedLevelHierarchyMap newSolvedLevelHierarchyMap)Specifies the MtmSolvedLevelHierarchyMap for this MtmValueLevelHierarchyMap. |
| Methods inherited from class oracle.olapi.metadata.mtm.MtmSourceMap |
getMdmSource, setMdmSource |
| 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 java.lang.Object acceptVisitor(MtmObjectVisitor visitor,
java.lang.Object context)
visitMtmValueLevelHierarchyMap method of the specified MtmObjectVisitor and passes that method this MtmValueLevelHierarchyMap and the specified context object.visitor - An MtmObjectVisitor.context - An Object.Object returned by the visitMtmValueLevelHierarchyMap method.public MtmSolvedLevelHierarchyMap getSolvedLevelHierarchyMap()
MtmSolvedLevelHierarchyMap that holds the mapping information for the associated MdmValueHierarchy.MtmSolvedLevelHierarchyMap that holds the mapping information for the associated MdmValueHierarchy.public void setSolvedLevelHierarchyMap(MtmSolvedLevelHierarchyMap newSolvedLevelHierarchyMap)
MtmSolvedLevelHierarchyMap for this MtmValueLevelHierarchyMap. The MtmSolvedLevelHierarchyMap has the mapping information for its associated MdmValueHierarchy.newSolvedLevelHierarchyMap - The MtmSolvedLevelHierarchyMap to specify for the associated MdmValueHierarchy.
|
Oracle OLAP Java API Reference 10g Release 1 (10.1) B10994-01 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||