Package | Description |
---|---|
oracle.odi.domain.adapter.dimensional |
This package contains base interface classes for dimensional model domain objects in Oracle Data Integrator.
|
oracle.odi.domain.dimension |
Modifier and Type | Method and Description |
---|---|
IMeasure |
ICube.findMeasure(java.lang.String pName)
Find a measure by the specified name in this cube.
|
Modifier and Type | Method and Description |
---|---|
void |
ICube.addMeasure(IMeasure pMeasure)
Add a measure into this cube.
|
void |
ICube.moveMeasureAfter(IMeasure firstMeasure,
IMeasure secondMeasure)
Move the first specified measure to put it after the second specified
measure.
|
void |
ICube.moveMeasureAfter(IMeasure firstMeasure,
IMeasure secondMeasure)
Move the first specified measure to put it after the second specified
measure.
|
void |
ICube.moveMeasureBefore(IMeasure firstMeasure,
IMeasure secondMeasure)
Move the first specified measure to put it before the second specified
measure.
|
void |
ICube.moveMeasureBefore(IMeasure firstMeasure,
IMeasure secondMeasure)
Move the first specified measure to put it before the second specified
measure.
|
void |
ICube.removeMeasure(IMeasure pMeasure)
Remove the specified measure from this cube.
|
Modifier and Type | Class and Description |
---|---|
class |
OdiMeasure
A class to represent a cube measure.
|