org.xwiki.query.jpql.node
Class ALowerFunctionsReturningStrings

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

public final class ALowerFunctionsReturningStrings
extends PFunctionsReturningStrings


Constructor Summary
ALowerFunctionsReturningStrings()
           
ALowerFunctionsReturningStrings(TLower _lower_, TLbr _lbr_, PStringPrimary _stringPrimary_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TLbr getLbr()
           
 TLower getLower()
           
 TRbr getRbr()
           
 PStringPrimary getStringPrimary()
           
 void setLbr(TLbr node)
           
 void setLower(TLower node)
           
 void setRbr(TRbr node)
           
 void setStringPrimary(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

ALowerFunctionsReturningStrings

public ALowerFunctionsReturningStrings()

ALowerFunctionsReturningStrings

public ALowerFunctionsReturningStrings(TLower _lower_,
                                       TLbr _lbr_,
                                       PStringPrimary _stringPrimary_,
                                       TRbr _rbr_)
Method Detail

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-2013 XWiki. All Rights Reserved.