com.sas.iquery.metadata.business
Interface ExportColumnGroup

All Superinterfaces:
ExportObject<java.lang.Object,ExportColumnGroup>, NamedObjectInterface

public interface ExportColumnGroup
extends ExportObject<java.lang.Object,ExportColumnGroup>


Nested Class Summary
static class ExportColumnGroup.ExportGroupType
           
 
Method Summary
 java.util.List<ExportColumn> getColumns()
          columns making up the group.
 ExportColumnGroup.ExportGroupType getGroupType()
          returns ROLE if the columns in the group represent columns on a common role or HIERARCHY if the columns in the group are part of a hierarchy.
 
Methods inherited from interface com.sas.iquery.metadata.business.ExportObject
getDescription, getExportMetadata, getExportObjectFactory, getID, getLabel, getUnderlyingObject, getUniqueExportName
 

Method Detail

getGroupType

ExportColumnGroup.ExportGroupType getGroupType()
                                               throws MetadataException
returns ROLE if the columns in the group represent columns on a common role or HIERARCHY if the columns in the group are part of a hierarchy.

Throws:
MetadataException

getColumns

java.util.List<ExportColumn> getColumns()
                                        throws MetadataException
columns making up the group.

Throws:
MetadataException



Copyright © 2009 SAS Institute Inc. All Rights Reserved.