org.xwiki.query.jpql.node
Class ACountAggregateExpression

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.ACountAggregateExpression
All Implemented Interfaces:
Cloneable, Switchable

public final class ACountAggregateExpression
extends PAggregateExpression


Constructor Summary
ACountAggregateExpression()
           
ACountAggregateExpression(TCount _count_, TLbr _lbr_, TDistinct _distinct_, PCountArg _countArg_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TCount getCount()
           
 PCountArg getCountArg()
           
 TDistinct getDistinct()
           
 TLbr getLbr()
           
 TRbr getRbr()
           
 void setCount(TCount node)
           
 void setCountArg(PCountArg node)
           
 void setDistinct(TDistinct node)
           
 void setLbr(TLbr 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

ACountAggregateExpression

public ACountAggregateExpression()

ACountAggregateExpression

public ACountAggregateExpression(TCount _count_,
                                 TLbr _lbr_,
                                 TDistinct _distinct_,
                                 PCountArg _countArg_,
                                 TRbr _rbr_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getCount

public TCount getCount()

setCount

public void setCount(TCount node)

getLbr

public TLbr getLbr()

setLbr

public void setLbr(TLbr node)

getDistinct

public TDistinct getDistinct()

setDistinct

public void setDistinct(TDistinct node)

getCountArg

public PCountArg getCountArg()

setCountArg

public void setCountArg(PCountArg 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.