Uses of Interface
com.sas.metadata.remote.Dimension

Packages that use Dimension
com.sas.metadata.remote Provides a java object interface to the metadata server using the SAS/Open Metadata Architecture. 
 

Uses of Dimension in com.sas.metadata.remote
 

Methods in com.sas.metadata.remote that return Dimension
abstract  Dimension Measure.getOwningDimension()
          Gets the Dimension for OwningDimension
abstract  Dimension Level.getOwningDimension()
          Gets the Dimension for OwningDimension
abstract  Dimension Hierarchy.getOwningDimension()
          Gets the Dimension for OwningDimension
 

Methods in com.sas.metadata.remote with parameters of type Dimension
abstract  void Measure.setOwningDimension(Dimension inObject)
          Sets the OwningDimensions list 0th element to be inObject.
abstract  void Level.setOwningDimension(Dimension inObject)
          Sets the OwningDimensions list 0th element to be inObject.
abstract  void Hierarchy.setOwningDimension(Dimension inObject)
          Sets the OwningDimensions list 0th element to be inObject.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.