org.xwiki.query.jpql.node
Class ALocateFunctionsReturningNumerics
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PFunctionsReturningNumerics
org.xwiki.query.jpql.node.ALocateFunctionsReturningNumerics
- All Implemented Interfaces:
- Cloneable, Switchable
public final class ALocateFunctionsReturningNumerics
- extends PFunctionsReturningNumerics
ALocateFunctionsReturningNumerics
public ALocateFunctionsReturningNumerics()
ALocateFunctionsReturningNumerics
public ALocateFunctionsReturningNumerics(TLocate _locate_,
TLbr _lbr_,
PStringPrimary _what_,
TComma _comma_,
PStringPrimary _where_,
PStartSpec _startSpec_,
TRbr _rbr_)
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-2013 XWiki. All Rights Reserved.