org.xwiki.query.jpql.node
Class AFuncAggregateExpression

java.lang.Object
  extended by org.xwiki.query.jpql.node.Node
      extended by org.xwiki.query.jpql.node.PAggregateExpression
          extended by org.xwiki.query.jpql.node.AFuncAggregateExpression
All Implemented Interfaces:
Cloneable, Switchable

public final class AFuncAggregateExpression
extends PAggregateExpression


Constructor Summary
AFuncAggregateExpression()
           
AFuncAggregateExpression(TAggregateFunc _aggregateFunc_, TLbr _lbr_, TDistinct _distinct_, PPath _path_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TAggregateFunc getAggregateFunc()
           
 TDistinct getDistinct()
           
 TLbr getLbr()
           
 PPath getPath()
           
 TRbr getRbr()
           
 void setAggregateFunc(TAggregateFunc node)
           
 void setDistinct(TDistinct node)
           
 void setLbr(TLbr node)
           
 void setPath(PPath node)
           
 void setRbr(TRbr node)
           
 String toString()
           
 
Methods inherited from class org.xwiki.query.jpql.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AFuncAggregateExpression

public AFuncAggregateExpression()

AFuncAggregateExpression

public AFuncAggregateExpression(TAggregateFunc _aggregateFunc_,
                                TLbr _lbr_,
                                TDistinct _distinct_,
                                PPath _path_,
                                TRbr _rbr_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getAggregateFunc

public TAggregateFunc getAggregateFunc()

setAggregateFunc

public void setAggregateFunc(TAggregateFunc node)

getLbr

public TLbr getLbr()

setLbr

public void setLbr(TLbr node)

getDistinct

public TDistinct getDistinct()

setDistinct

public void setDistinct(TDistinct node)

getPath

public PPath getPath()

setPath

public void setPath(PPath node)

getRbr

public TRbr getRbr()

setRbr

public void setRbr(TRbr node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.