Skip navigation links

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

B28128-01


oracle.olapi.metadata.mdm
Class MdmMultiValuedDerivedAttribute

java.lang.Object
  extended by oracle.olapi.metadata.BaseMetadataObject
      extended by oracle.olapi.metadata.mdm.MdmObject
          extended by oracle.olapi.metadata.mdm.MdmSource
              extended by oracle.olapi.metadata.mdm.MdmDimensionedObject
                  extended by oracle.olapi.metadata.mdm.MdmAttribute
                      extended by oracle.olapi.metadata.mdm.MdmMultiValuedAttribute
                          extended by oracle.olapi.metadata.mdm.MdmMultiValuedDerivedAttribute

All Implemented Interfaces:
MetadataObject

public final class MdmMultiValuedDerivedAttribute
extends MdmMultiValuedAttribute

An MdmMultiValuedAttribute that can relate more than a single derived value for a value of an associated MdmPrimaryDimension.


Method Summary
 Query getAttributeQuery()
          Gets the Query that is associated with this MdmMultiValuedDerivedAttribute.
 SQLDataType getSQLDataType()
          Gets the SQL data type for this MdmMultiValueDerivedAttribute.
 void setAttributeQuery(Query input)
          Specifies the Query to associate with this MdmMultiValuedDerivedAttribute.

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmAttribute
acceptVisitor, getAttributeMap, getAttributeModel, getDescriptionType, getDimensionality, getModel, getPrimaryDimension, getTargetDimension, getType, isVisibleForAll, setAttributeModel, setDescriptionType, setIsVisibleForAll, setModel, setPrimaryDimension, setTargetDimension

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmDimensionedObject
addDimension, addDimensionality, getDimensions, isBooleanValued, removeDimensionality, setBooleanValued

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmSource
getDataType, getSource, getSourceMap

 

Methods inherited from class oracle.olapi.metadata.mdm.MdmObject
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

 

Method Detail

getAttributeQuery

public final Query getAttributeQuery()
Gets the Query that is associated with this MdmMultiValuedDerivedAttribute.
Returns:
The Query associated with this MdmMultiValuedDerivedAttribute.

setAttributeQuery

public final void setAttributeQuery(Query input)
Specifies the Query to associate with this MdmMultiValuedDerivedAttribute.
Parameters:
input - The Query to associate with this MdmMultiValuedDerivedAttribute.

getSQLDataType

public final SQLDataType getSQLDataType()
Gets the SQL data type for this MdmMultiValueDerivedAttribute.
Specified by:
getSQLDataType in class MdmAttribute
Returns:
A SQLDataType that represents the SQL data type.

Skip navigation links

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