org.xwiki.query.jpql.node
Class ACollectionMemberDeclaration

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

public final class ACollectionMemberDeclaration
extends PCollectionMemberDeclaration


Constructor Summary
ACollectionMemberDeclaration()
           
ACollectionMemberDeclaration(TIn _in_, TLbr _lbr_, PPath _path_, TRbr _rbr_, TAs _as_, PVariable _variable_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TAs getAs()
           
 TIn getIn()
           
 TLbr getLbr()
           
 PPath getPath()
           
 TRbr getRbr()
           
 PVariable getVariable()
           
 void setAs(TAs node)
           
 void setIn(TIn node)
           
 void setLbr(TLbr node)
           
 void setPath(PPath node)
           
 void setRbr(TRbr node)
           
 void setVariable(PVariable 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

ACollectionMemberDeclaration

public ACollectionMemberDeclaration()

ACollectionMemberDeclaration

public ACollectionMemberDeclaration(TIn _in_,
                                    TLbr _lbr_,
                                    PPath _path_,
                                    TRbr _rbr_,
                                    TAs _as_,
                                    PVariable _variable_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getIn

public TIn getIn()

setIn

public void setIn(TIn node)

getLbr

public TLbr getLbr()

setLbr

public void setLbr(TLbr node)

getPath

public PPath getPath()

setPath

public void setPath(PPath node)

getRbr

public TRbr getRbr()

setRbr

public void setRbr(TRbr node)

getAs

public TAs getAs()

setAs

public void setAs(TAs node)

getVariable

public PVariable getVariable()

setVariable

public void setVariable(PVariable node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 XWiki. All Rights Reserved.