com.sas.iquery.metadata.business
Interface ExportHierarchyColumnDef


public interface ExportHierarchyColumnDef

Definition of a column containing the data values of a single level within a hierarchy.


Method Summary
 com.sas.metadata.remote.Column getCol()
          physical column that contains the member values for the level.
 com.sas.metadata.remote.Cube getCube()
          cube that the hierarchy belongs to.
 com.sas.metadata.remote.Dimension getDim()
          dimension that the hierarchy belongs to.
 com.sas.metadata.remote.Hierarchy getHier()
          hierarchy that is being described.
 com.sas.metadata.remote.Level getLev()
          level within the hierarchy that the column represents.
 int getPosition()
          position in the hierarchy's list of levels.
 

Method Detail

getHier

com.sas.metadata.remote.Hierarchy getHier()
hierarchy that is being described.


getPosition

int getPosition()
position in the hierarchy's list of levels.


getLev

com.sas.metadata.remote.Level getLev()
level within the hierarchy that the column represents.


getCol

com.sas.metadata.remote.Column getCol()
physical column that contains the member values for the level.


getCube

com.sas.metadata.remote.Cube getCube()
cube that the hierarchy belongs to.


getDim

com.sas.metadata.remote.Dimension getDim()
dimension that the hierarchy belongs to.




Copyright © 2009 SAS Institute Inc. All Rights Reserved.