Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

oracle.olapi.metadata.mdm
Class MdmDimensionedObjectModel

java.lang.Object
  |
  +--oracle.olapi.metadata.BaseMetadataObject
        |
        +--oracle.olapi.metadata.mdm.MdmObject
              |
              +--oracle.olapi.metadata.mdm.MdmModel
                    |
                    +--oracle.olapi.metadata.mdm.MdmDimensionedObjectModel
Direct Known Subclasses:
MdmAttributeModel, MdmMeasureModel

public abstract class MdmDimensionedObjectModel
extends MdmModel

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

getMdmDimensionedObject

public abstract MdmDimensionedObject getMdmDimensionedObject()
Gets the MdmDimensionedObject for the MdmDimensionedObjectModel.
Returns:
The MdmDimensionedObject for the MdmDimensionedObjectModel.

getMdmSource

public final MdmSource getMdmSource()
Gets the MdmSource for the MdmDimensionedObjectModel.
Overrides:
getMdmSource in class MdmModel
Returns:
The MdmSource for the MdmDimensionedObject.

getDimensions

public final java.util.List getDimensions()
Gets the MdmPrimaryDimension objects for the dimensions of the MdmDimensionedObject for which this is the MdmDimensionedObjectModel.
Returns:
A List of the MdmPrimaryDimension objects for the dimensions of the MdmDimensionedObject.

getType

public final Source getType()
Gets the Source that represents the type of the MdmDimensionedObjectModel.
Overrides:
getType in class MdmModel
Returns:
The Source that represents the type of MdmDimensionedObjectModel.

getInputs

public final 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.
Overrides:
getInputs in class MdmModel
Returns:
A List of the Source objects that are the inputs of the MdmDimensionedObjectModel.

Oracle® OLAP Java API Reference
10g Release 2 (10.2)

B14348-01

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