org.xwiki.query.jpql.node
Class ALowerFunctionsReturningStrings
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PFunctionsReturningStrings
org.xwiki.query.jpql.node.ALowerFunctionsReturningStrings
- All Implemented Interfaces:
- Cloneable, Switchable
public final class ALowerFunctionsReturningStrings
- extends PFunctionsReturningStrings
ALowerFunctionsReturningStrings
public ALowerFunctionsReturningStrings()
ALowerFunctionsReturningStrings
public ALowerFunctionsReturningStrings(TLower _lower_,
TLbr _lbr_,
PStringPrimary _stringPrimary_,
TRbr _rbr_)
clone
public Object clone()
- Specified by:
clone in class Node
apply
public void apply(Switch sw)
getLower
public TLower getLower()
setLower
public void setLower(TLower node)
getLbr
public TLbr getLbr()
setLbr
public void setLbr(TLbr node)
getStringPrimary
public PStringPrimary getStringPrimary()
setStringPrimary
public void setStringPrimary(PStringPrimary node)
getRbr
public TRbr getRbr()
setRbr
public void setRbr(TRbr node)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2012 XWiki. All Rights Reserved.