com.sas.iquery.metadata.business
Interface ExportDimension

All Superinterfaces:
ExportObject<com.sas.iquery.metadata.physical.Dimension,ExportDimension>, NamedObjectInterface

public interface ExportDimension
extends ExportObject<com.sas.iquery.metadata.physical.Dimension,ExportDimension>

Export of a IQ Dimension (and its contained hierarchies, levels, and members) object.


Method Summary
 java.util.List<ExportHierarchy> getHierarchies()
          Returns the exported hierarchies for this exported dimension.
 
Methods inherited from interface com.sas.iquery.metadata.business.ExportObject
getDescription, getExportMetadata, getExportObjectFactory, getID, getLabel, getUnderlyingObject, getUniqueExportName
 

Method Detail

getHierarchies

java.util.List<ExportHierarchy> getHierarchies()
                                               throws MetadataException
Returns the exported hierarchies for this exported dimension.

Returns:
Throws:
MetadataException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.