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 SingleDataMartWizardObjectSourceBeanImpl.getGroupByClause()
           
 IGroupByClause ISingleDataMartWizardObject.getGroupByClause()
           
 

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