Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.mapping
Class CubeDimensionalityMap

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.CubeDimensionalityMap

All Implemented Interfaces:
MetadataObject

public class CubeDimensionalityMap
extends ValueMap

Associates a CubeMap with MdmDimension and MdmDimensionality objects. An application creates a CubeDimensionalityMap with the findOrCreateCubeDimensionalityMap method of a CubeMap.


Method Summary
 CubeMap getCubeMap()
          Gets the CubeMap that is the owner of this CubeDimensionalityMap.
 MdmDimensionality getDimensionality()
          Gets the MdmDimensionality associated with the CubeDimensionalityMap.
 Condition getJoinCondition()
          Gets the Condition that represents the join condition for the dimension in the cube.
 MdmDimension getMappedDimension()
          Gets the MdmDimension associated with the CubeDimensionalityMap.
 void setDimensionality(MdmDimensionality input)
          Specifies an MdmDimensionality to associate with the CubeDimensionalityMap.
 void setJoinCondition(Condition joinCondition)
          Specifies a Condition as the join condition for the dimension in the cube.
 void setMappedDimension(MdmDimension mappedDim)
          Specifies the MdmDimension to associate with the cube.

 

Methods inherited from class oracle.olapi.metadata.mapping.ValueMap
getExpression, getName, setExpression, setName

 

Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getID, getOwner

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

setDimensionality

public void setDimensionality(MdmDimensionality input)
Specifies an MdmDimensionality to associate with the CubeDimensionalityMap.
Parameters:
input - The MdmDimensionality to associate with the CubeDimensionalityMap.

getDimensionality

public MdmDimensionality getDimensionality()
Gets the MdmDimensionality associated with the CubeDimensionalityMap.
Returns:
The MdmDimensionality associated with the CubeDimensionalityMap.

getJoinCondition

public Condition getJoinCondition()
Gets the Condition that represents the join condition for the dimension in the cube.
Returns:
The Condition that is the join condition for the CubeDimensionalityMap.

setJoinCondition

public void setJoinCondition(Condition joinCondition)
Specifies a Condition as the join condition for the dimension in the cube.
Parameters:
joinCondition - A Condition to be the join condition for the CubeDimensionalityMap.

getMappedDimension

public MdmDimension getMappedDimension()
Gets the MdmDimension associated with the CubeDimensionalityMap.
Returns:
The MdmDimension associated with the CubeDimensionalityMap.

setMappedDimension

public void setMappedDimension(MdmDimension mappedDim)
Specifies the MdmDimension to associate with the cube.
Parameters:
mappedDim - The MdmDimension to associate with the cube.

getCubeMap

public final CubeMap getCubeMap()
Gets the CubeMap that is the owner of this CubeDimensionalityMap.
Returns:
The CubeMap that owns this CubeDimensionalityMap.

Skip navigation links

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