com.sas.iquery.metadata.business
Interface ExportMember

All Superinterfaces:
ExportObject<com.sas.iquery.metadata.physical.Member,ExportMember>, NamedObjectInterface

public interface ExportMember
extends ExportObject<com.sas.iquery.metadata.physical.Member,ExportMember>

Export of a IQ Member object.


Method Summary
abstract  int getChildrenCardinality()
           
abstract  java.util.List<ExportMember> getChildrenMembers()
          Returns the Levels for this Hierarchy
abstract  int getExpressionType()
           
abstract  java.lang.String getMemberCaption()
           
abstract  ExportDimension getOwningDimension()
          Get the owning dimension of this exported object.
abstract  int getParentLevel()
           
abstract  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

getChildrenMembers

java.util.List<ExportMember> getChildrenMembers()
                                                throws MetadataException
Returns the Levels for this Hierarchy

Returns:
Throws:
MetadataException

getText

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

getChildrenCardinality

int getChildrenCardinality()
                           throws MetadataException
Throws:
MetadataException

getExpressionType

int getExpressionType()
                      throws MetadataException
Throws:
MetadataException

getMemberCaption

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

getParentLevel

int getParentLevel()
                   throws MetadataException
Throws:
MetadataException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.