|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.olapi.metadata.BaseMetadataObject
oracle.olapi.metadata.mapping.ObjectMap
oracle.olapi.metadata.mapping.ValueMap
oracle.olapi.metadata.mapping.CubeDimensionalityMap
public class CubeDimensionalityMap
Associates a CubeMap with MdmDimension and
MdmDimensionality objects.
An application creates a CubeDimensionalityMap with the
method of a
findOrCreateCubeDimensionalityMapCubeMap.
| 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, getNewName, setExpression, setName |
| Methods inherited from class oracle.olapi.metadata.BaseMetadataObject |
|---|
getContainedByObject, getID, getOwner |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setDimensionality(MdmDimensionality input)
MdmDimensionality to associate with the
CubeDimensionalityMap.
input - The MdmDimensionality to associate with the
CubeDimensionalityMap.public MdmDimensionality getDimensionality()
MdmDimensionality associated with the
CubeDimensionalityMap.
MdmDimensionality associated with the
CubeDimensionalityMap.public Condition getJoinCondition()
Condition that represents the join condition for
the dimension in the cube.
Condition that is the join condition for the
CubeDimensionalityMap.public void setJoinCondition(Condition joinCondition)
Condition as the join condition for the
dimension in the cube.
joinCondition - A Condition to be the join condition
for the CubeDimensionalityMap.public MdmDimension getMappedDimension()
MdmDimension associated with the
CubeDimensionalityMap.
MdmDimension associated with the
CubeDimensionalityMap.public void setMappedDimension(MdmDimension mappedDim)
MdmDimension to associate with the cube.
mappedDim - The MdmDimension to associate with the cube.public final CubeMap getCubeMap()
CubeMap that is the owner of this
CubeDimensionalityMap.
CubeMap that owns this
CubeDimensionalityMap.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||