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
java.util.List getGroupByFields()
setGroupByFields
void setGroupByFields(java.util.List aList)
addGroupByField
void addGroupByField(IOrderGroupByField aOrderGroupByField)
delGroupByField
void delGroupByField(IOrderGroupByField aOrderGroupByField)
moveUp
void moveUp(IOrderGroupByField aOrderGroupByField)
moveDown
void moveDown(IOrderGroupByField aOrderGroupByField)