Uses of Class
com.sas.iquery.metadata.business.ExportColumnGroup.ExportGroupType

Packages that use ExportColumnGroup.ExportGroupType
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
 

Uses of ExportColumnGroup.ExportGroupType in com.sas.iquery.metadata.business
 

Methods in com.sas.iquery.metadata.business that return ExportColumnGroup.ExportGroupType
abstract  ExportColumnGroup.ExportGroupType ExportColumnGroup.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.
static ExportColumnGroup.ExportGroupType ExportColumnGroup.ExportGroupType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExportColumnGroup.ExportGroupType[] ExportColumnGroup.ExportGroupType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.