org.xwiki.query.jpql.node
Class AGroupbyClause
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PGroupbyClause
org.xwiki.query.jpql.node.AGroupbyClause
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AGroupbyClause
- extends PGroupbyClause
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AGroupbyClause
public AGroupbyClause()
AGroupbyClause
public AGroupbyClause(TGroup _group_,
TBy _by_,
PGroupbyList _groupbyList_)
clone
public java.lang.Object clone()
- Specified by:
clone in class Node
apply
public void apply(Switch sw)
getGroup
public TGroup getGroup()
setGroup
public void setGroup(TGroup node)
getBy
public TBy getBy()
setBy
public void setBy(TBy node)
getGroupbyList
public PGroupbyList getGroupbyList()
setGroupbyList
public void setGroupbyList(PGroupbyList node)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2004-2011 XWiki. All Rights Reserved.