|
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.MeasureMap
public final class MeasureMap
A ValueMap that maps an MdmMeasure to an
Expression.
You get an MeasureMap by calling the
findOrCreateMeasureMap method of a CubeMap.
| Method Summary | |
|---|---|
CubeMap |
getCubeMap()
Gets the CubeMap that is the owner of this
MeasureMap. |
MdmBaseMeasure |
getMeasure()
Gets the MdmBaseMeasure associated with the
MeasureMap. |
void |
setMeasure(MdmBaseMeasure input)
Specifies the MdmMeasure to associate with the
MeasureMap. |
| 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 setMeasure(MdmBaseMeasure input)
MdmMeasure to associate with the
MeasureMap.
input - The MdmMeasure to associate with the
MeasureMap.public MdmBaseMeasure getMeasure()
MdmBaseMeasure associated with the
MeasureMap.
MdmBaseMeasure associated with the
MeasureMap.public CubeMap getCubeMap()
CubeMap that is the owner of this
MeasureMap.
CubeMap that owns this MeasureMap.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||