it.eng.qbe.wizard
Interface IGroupByClause
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- GroupByClauseSourceBeanImpl
- public interface IGroupByClause
- extends java.io.Serializable
- Author:
- Zoppello
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Style - Code Templates
getGroupByFields
public java.util.List getGroupByFields()
setGroupByFields
public void setGroupByFields(java.util.List aList)
addGroupByField
public void addGroupByField(IOrderGroupByField aOrderGroupByField)
delGroupByField
public void delGroupByField(IOrderGroupByField aOrderGroupByField)
moveUp
public void moveUp(IOrderGroupByField aOrderGroupByField)
moveDown
public void moveDown(IOrderGroupByField aOrderGroupByField)