Uses of Interface
it.eng.qbe.wizard.IGroupByClause

Packages that use IGroupByClause
it.eng.qbe.wizard   
 

Uses of IGroupByClause in it.eng.qbe.wizard
 

Classes in it.eng.qbe.wizard that implement IGroupByClause
 class GroupByClauseSourceBeanImpl
           
 

Methods in it.eng.qbe.wizard that return IGroupByClause
 IGroupByClause ISingleDataMartWizardObject.getGroupByClause()
           
 IGroupByClause SingleDataMartWizardObjectSourceBeanImpl.getGroupByClause()
           
 

Methods in it.eng.qbe.wizard with parameters of type IGroupByClause
 void ISingleDataMartWizardObject.setGroupByClause(IGroupByClause groupByClause)
           
 void SingleDataMartWizardObjectSourceBeanImpl.setGroupByClause(IGroupByClause groupByClause)