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
 Dimension Measure.getOwningDimension()
          Gets the Dimension for OwningDimension
 Dimension Level.getOwningDimension()
          Gets the Dimension for OwningDimension
 Dimension Hierarchy.getOwningDimension()
          Gets the Dimension for OwningDimension
 

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




Copyright © 2009 SAS Institute Inc. All Rights Reserved.