Skip navigation links

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

B28128-01


oracle.olapi.metadata.mdm
Class MdmDerivedAttribute

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.MdmSingleValuedAttribute
                          extended by oracle.olapi.metadata.mdm.MdmDerivedAttribute

All Implemented Interfaces:
MetadataObject

public final class MdmDerivedAttribute
extends MdmSingleValuedAttribute

An MdmSingleValuedAttribute that has values that Oracle OLAP derives from the Expression associated with the MdmDerivedAttribute. Oracle OLAP automatically generates some derived attributes, such as the parent attribute for an MdmHierarchy and the level depth attribute for an MdmLevelHierarchy.


Method Summary
 java.lang.Object acceptVisitor(MdmObjectVisitor visitor, java.lang.Object context)
          Calls the visitMdmDerivedAttribute method of the MdmObjectVisitor and passes that method this MdmDerivedAttribute and an Object.
 Expression getAttributeExpression()
          Gets the Expression that determines the values of this MdmDerivedAttribute.
 SQLDataType getSQLDataType()
          Gets the SQL data type for this MdmDerivedAttribute.
 void setAttributeExpression(Expression input)
          Specifies the Expression that determines the values of this MdmDerivedAttribute.

 

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

acceptVisitor

public java.lang.Object acceptVisitor(MdmObjectVisitor visitor,
                                      java.lang.Object context)
Calls the visitMdmDerivedAttribute method of the MdmObjectVisitor and passes that method this MdmDerivedAttribute and an Object.
Overrides:
acceptVisitor in class MdmAttribute
Parameters:
visitor - An MdmObjectVisitor that implements the Mdm11_ObjectVisitor interface. .
context - An Object.
Returns:
The Object returned by the visitMdmDerivedAttribute method.

getAttributeExpression

public final Expression getAttributeExpression()
Gets the Expression that determines the values of this MdmDerivedAttribute.
Returns:
An Expression that determines the values of this MdmDerivedAttribute.

setAttributeExpression

public final void setAttributeExpression(Expression input)
Specifies the Expression that determines the values of this MdmDerivedAttribute.
Parameters:
input - The Expression that determines the values of this MdmDerivedAttribute.

getSQLDataType

public final SQLDataType getSQLDataType()
Gets the SQL data type for this MdmDerivedAttribute.
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.