|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-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.mdm.MdmObject | +--oracle.olapi.metadata.mdm.MdmModel | +--oracle.olapi.metadata.mdm.MdmDimensionedObjectModel
An MdmModel
that represents an MdmDimensionedObject
. An MdmDimensionedObjectModel
assigns a value to an MdmAttribute
or an MdmMeasure
for a set of MdmDimension
members. The value to assign and the MdmDimension
members are specified by the Assignment
objects of the MdmDimensionedObjectModel
.
Method Summary | |
java.util.List |
getDimensions() Gets the MdmPrimaryDimension objects for the dimensions of the MdmDimensionedObject for which this is the MdmDimensionedObjectModel . |
java.util.List |
getInputs() Gets the inputs of the MdmDimensionedObjectModel , which are the Source objects for the MdmDimension objects of the MdmAttribute or MdmMeasure for the MdmDimensionedObjectModel . |
abstract MdmDimensionedObject |
getMdmDimensionedObject() Gets the MdmDimensionedObject for the MdmDimensionedObjectModel . |
MdmSource |
getMdmSource() Gets the MdmSource for the MdmDimensionedObjectModel . |
Source |
getType() Gets the Source that represents the type of the MdmDimensionedObjectModel . |
Methods inherited from class oracle.olapi.metadata.mdm.MdmModel |
assign, assign, assign, assign, assign, assign, createSolvedSource, createSolvedSource, getAssignments, getDefaultPrecedence, getOutputs, getParentModels, setDefaultPrecedence, unassign |
Methods inherited from class oracle.olapi.metadata.mdm.MdmObject |
acceptVisitor, getDescription, getMetadataProvider, getName, getShortDescription, setDescription, setName, setShortDescription |
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 abstract MdmDimensionedObject getMdmDimensionedObject()
MdmDimensionedObject
for the MdmDimensionedObjectModel
.MdmDimensionedObject
for the MdmDimensionedObjectModel
.public final MdmSource getMdmSource()
MdmSource
for the MdmDimensionedObjectModel
.MdmSource
for the MdmDimensionedObject
.public final java.util.List getDimensions()
MdmPrimaryDimension
objects for the dimensions of the MdmDimensionedObject
for which this is the MdmDimensionedObjectModel
.List
of the MdmPrimaryDimension
objects for the dimensions of the MdmDimensionedObject
.public final Source getType()
Source
that represents the type of the MdmDimensionedObjectModel
.Source
that represents the type of MdmDimensionedObjectModel
.public final java.util.List getInputs()
MdmDimensionedObjectModel
, which are the Source
objects for the MdmDimension
objects of the MdmAttribute
or MdmMeasure
for the MdmDimensionedObjectModel
.List
of the Source
objects that are the inputs of the MdmDimensionedObjectModel
.
|
Oracle® OLAP Java API Reference 10g Release 2 (10.2) B14348-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |