org.xwiki.query.jpql.node
Class ALocateFunctionsReturningNumerics

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

public final class ALocateFunctionsReturningNumerics
extends PFunctionsReturningNumerics


Constructor Summary
ALocateFunctionsReturningNumerics()
           
ALocateFunctionsReturningNumerics(TLocate _locate_, TLbr _lbr_, PStringPrimary _what_, TComma _comma_, PStringPrimary _where_, PStartSpec _startSpec_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TComma getComma()
           
 TLbr getLbr()
           
 TLocate getLocate()
           
 TRbr getRbr()
           
 PStartSpec getStartSpec()
           
 PStringPrimary getWhat()
           
 PStringPrimary getWhere()
           
 void setComma(TComma node)
           
 void setLbr(TLbr node)
           
 void setLocate(TLocate node)
           
 void setRbr(TRbr node)
           
 void setStartSpec(PStartSpec node)
           
 void setWhat(PStringPrimary node)
           
 void setWhere(PStringPrimary 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

ALocateFunctionsReturningNumerics

public ALocateFunctionsReturningNumerics()

ALocateFunctionsReturningNumerics

public ALocateFunctionsReturningNumerics(TLocate _locate_,
                                         TLbr _lbr_,
                                         PStringPrimary _what_,
                                         TComma _comma_,
                                         PStringPrimary _where_,
                                         PStartSpec _startSpec_,
                                         TRbr _rbr_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLocate

public TLocate getLocate()

setLocate

public void setLocate(TLocate node)

getLbr

public TLbr getLbr()

setLbr

public void setLbr(TLbr node)

getWhat

public PStringPrimary getWhat()

setWhat

public void setWhat(PStringPrimary node)

getComma

public TComma getComma()

setComma

public void setComma(TComma node)

getWhere

public PStringPrimary getWhere()

setWhere

public void setWhere(PStringPrimary node)

getStartSpec

public PStartSpec getStartSpec()

setStartSpec

public void setStartSpec(PStartSpec 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.