com.sas.iquery.metadata.business
Interface ExportHierarchy

All Superinterfaces:
ExportObject<com.sas.iquery.metadata.physical.Hierarchy,ExportHierarchy>, NamedObjectInterface

public interface ExportHierarchy
extends ExportObject<com.sas.iquery.metadata.physical.Hierarchy,ExportHierarchy>

Export of a IQ Hierarchy object.


Method Summary
 java.util.List<ExportLevel> getLevels()
          Returns the Level export objects for this Hierarchy.
 ExportDimension getOwningDimension()
          Get the owning dimension of this exported object.
 java.lang.String getText()
           
 
Methods inherited from interface com.sas.iquery.metadata.business.ExportObject
getDescription, getExportMetadata, getExportObjectFactory, getID, getLabel, getUnderlyingObject, getUniqueExportName
 

Method Detail

getOwningDimension

ExportDimension getOwningDimension()
                                   throws MetadataException
Get the owning dimension of this exported object.

Returns:
Throws:
MetadataException

getLevels

java.util.List<ExportLevel> getLevels()
                                      throws MetadataException
Returns the Level export objects for this Hierarchy.

Returns:
Throws:
MetadataException

getText

java.lang.String getText()
                         throws MetadataException
Throws:
MetadataException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.