Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.metadata.mdm
Class MdmDimensionedObjectModel

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.mdm.MdmObject
          extended by oracle.olapi.metadata.mdm.MdmModel
              extended by oracle.olapi.metadata.mdm.MdmDimensionedObjectModel

All Implemented Interfaces:
Model, MetadataObject
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, assign, createSolvedSource, createSolvedSource, findAssignment, findOrCreateAssignment, getAssignments, getDefaultPrecedence, getMdmAssignments, getOutputs, getParentModels, removeMdmAssignment, setDefaultPrecedence, unassign

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmObject
acceptVisitor, findOrCreateDescription, getDescription, getDescription, getDescription, getMetadataProvider, getName, getShortDescription, setDescription, setDescription, setDescription, setName, setShortDescription

 

Methods inherited from class oracle.olapi.metadata.BaseMetadataObject
getID, getOwner

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.olapi.data.source.Model
getAutoAssignments

 

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.
Specified by:
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.
Specified by:
getType in interface Model
Specified by:
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.
Specified by:
getInputs in interface Model
Specified by:
getInputs in class MdmModel
Returns:
A List of the Source objects that are the inputs of the MdmDimensionedObjectModel.

Skip navigation links

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