Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-03

oracle.olapi.metadata.mdm
Class MdmSingleValuedAttribute

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
All Implemented Interfaces:
MetadataObject
Direct Known Subclasses:
MdmBaseAttribute, MdmDerivedAttribute

public abstract class MdmSingleValuedAttribute
extends MdmAttribute

An abstract base class for MdmAttribute objects that relate a single value to a value of an associated MdmPrimaryDimension.


Method Summary
 
Methods inherited from class oracle.olapi.metadata.mdm.MdmAttribute
getDescriptionType, getDimensionality, getPrimaryDimension, getSQLDataType, getTargetDimension, getType, isVisibleForAll, setDescriptionType, setIsVisibleForAll, 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
 
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 oracle.olapi.metadata.BaseMetadataObject
getContainedByObject, getID, getOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


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