org.xwiki.query.jpql.node
Class AFetchJoin

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

public final class AFetchJoin
extends PJoin


Constructor Summary
AFetchJoin()
           
AFetchJoin(PJoinSpec _joinSpec_, TTJoin _tJoin_, TFetch _fetch_, PPath _path_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TFetch getFetch()
           
 PJoinSpec getJoinSpec()
           
 PPath getPath()
           
 TTJoin getTJoin()
           
 void setFetch(TFetch node)
           
 void setJoinSpec(PJoinSpec node)
           
 void setPath(PPath node)
           
 void setTJoin(TTJoin 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

AFetchJoin

public AFetchJoin()

AFetchJoin

public AFetchJoin(PJoinSpec _joinSpec_,
                  TTJoin _tJoin_,
                  TFetch _fetch_,
                  PPath _path_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getJoinSpec

public PJoinSpec getJoinSpec()

setJoinSpec

public void setJoinSpec(PJoinSpec node)

getTJoin

public TTJoin getTJoin()

setTJoin

public void setTJoin(TTJoin node)

getFetch

public TFetch getFetch()

setFetch

public void setFetch(TFetch node)

getPath

public PPath getPath()

setPath

public void setPath(PPath node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 XWiki. All Rights Reserved.