com.sas.iquery.metadata.business
Interface ExportLevel

All Superinterfaces:
ExportObject<com.sas.iquery.metadata.physical.Level,ExportLevel>, NamedObjectInterface

public interface ExportLevel
extends ExportObject<com.sas.iquery.metadata.physical.Level,ExportLevel>

Export of a IQ Level object.


Method Summary
 ExportColumn getColumn()
          returns the export column object that contains the values of this level used to build members.
 int getExpressionType()
           
 java.lang.String getLevelCaption()
           
 int getLevelNumber()
           
 java.util.List<ExportMember> getMembers()
          returns the member export objects for this level.
 ExportDimension getOwningDimension()
          Get the owning dimension of this exported object.
 ExportHierarchy getOwningHierarchy()
           
 java.lang.String getSasFormat()
           
 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

getColumn

ExportColumn getColumn()
                       throws MetadataException
returns the export column object that contains the values of this level used to build members.

Returns:
Throws:
MetadataException

getOwningHierarchy

ExportHierarchy getOwningHierarchy()
Returns:
Returns the owningHierarchy.

getMembers

java.util.List<ExportMember> getMembers()
                                        throws MetadataException
returns the member export objects for this level.

Returns:
Throws:
MetadataException

getText

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

getLevelNumber

int getLevelNumber()
                   throws MetadataException
Throws:
MetadataException

getLevelCaption

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

getSasFormat

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

getExpressionType

int getExpressionType()
                      throws MetadataException
Throws:
MetadataException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.