org.xwiki.query.jpql.node
Class ALengthFunctionsReturningNumerics

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

public final class ALengthFunctionsReturningNumerics
extends PFunctionsReturningNumerics


Constructor Summary
ALengthFunctionsReturningNumerics()
           
ALengthFunctionsReturningNumerics(TLength _length_, TLbr _lbr_, PStringPrimary _stringPrimary_, TRbr _rbr_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TLbr getLbr()
           
 TLength getLength()
           
 TRbr getRbr()
           
 PStringPrimary getStringPrimary()
           
 void setLbr(TLbr node)
           
 void setLength(TLength 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

ALengthFunctionsReturningNumerics

public ALengthFunctionsReturningNumerics()

ALengthFunctionsReturningNumerics

public ALengthFunctionsReturningNumerics(TLength _length_,
                                         TLbr _lbr_,
                                         PStringPrimary _stringPrimary_,
                                         TRbr _rbr_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLength

public TLength getLength()

setLength

public void setLength(TLength 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.