Skip navigation links
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
- 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, addDescription, addObjectClassification, findOrCreateDescription, getDescription, getDescription, getDescription, getDescriptions, getMetadataProvider, getName, getNewName, getObjectClassifications, getShortDescription, isClassifiedAs, removeDescription, removeObjectClassification, setDescription, setDescription, setDescription, setName, setShortDescription |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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