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
abstract  com.sas.metadata.remote.Column getCol()
          physical column that contains the member values for the level.
abstract  com.sas.metadata.remote.Cube getCube()
          cube that the hierarchy belongs to.
abstract  com.sas.metadata.remote.Dimension getDim()
          dimension that the hierarchy belongs to.
abstract  com.sas.metadata.remote.Hierarchy getHier()
          hierarchy that is being described.
abstract  com.sas.metadata.remote.Level getLev()
          level within the hierarchy that the column represents.
abstract  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.