|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.query.GroupByClause
public class GroupByClause
The Class GroupByClause.
Field Summary | |
---|---|
java.util.List |
groupByFields
The group by fields. |
Constructor Summary | |
---|---|
GroupByClause()
Instantiates a new group by clause. |
Method Summary | |
---|---|
void |
addGroupByField(IGroupByField groupByField)
Adds the group by field. |
void |
deleteGroupByField(java.lang.String fieldId)
Delete group by field. |
IGroupByClause |
getCopy()
Gets the copy. |
java.util.List |
getGroupByFields()
Gets the group by fields. |
void |
moveDown(java.lang.String fieldId)
Move down. |
void |
moveUp(java.lang.String fieldId)
Move up. |
void |
setGroupByFields(java.util.List aList)
Sets the group by fields. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.List groupByFields
Constructor Detail |
---|
public GroupByClause()
Method Detail |
---|
public java.util.List getGroupByFields()
IGroupByClause
getGroupByFields
in interface IGroupByClause
public void setGroupByFields(java.util.List aList)
IGroupByClause
setGroupByFields
in interface IGroupByClause
aList
- the new group by fieldspublic void addGroupByField(IGroupByField groupByField)
IGroupByClause
addGroupByField
in interface IGroupByClause
groupByField
- the group by fieldpublic void deleteGroupByField(java.lang.String fieldId)
IGroupByClause
deleteGroupByField
in interface IGroupByClause
fieldId
- the field idpublic void moveUp(java.lang.String fieldId)
IGroupByClause
moveUp
in interface IGroupByClause
fieldId
- the field idpublic void moveDown(java.lang.String fieldId)
IGroupByClause
moveDown
in interface IGroupByClause
fieldId
- the field idpublic IGroupByClause getCopy()
IGroupByClause
getCopy
in interface IGroupByClause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |