org.xwiki.query.jpql.node
Class AJoin

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

public final class AJoin
extends PJoin


Constructor Summary
AJoin()
           
AJoin(PJoinSpec _joinSpec_, TTJoin _tJoin_, PPath _path_, TAs _as_, PVariable _variable_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 TAs getAs()
           
 PJoinSpec getJoinSpec()
           
 PPath getPath()
           
 TTJoin getTJoin()
           
 PVariable getVariable()
           
 void setAs(TAs node)
           
 void setJoinSpec(PJoinSpec node)
           
 void setPath(PPath node)
           
 void setTJoin(TTJoin node)
           
 void setVariable(PVariable node)
           
 java.lang.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

AJoin

public AJoin()

AJoin

public AJoin(PJoinSpec _joinSpec_,
             TTJoin _tJoin_,
             PPath _path_,
             TAs _as_,
             PVariable _variable_)
Method Detail

clone

public java.lang.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)

getPath

public PPath getPath()

setPath

public void setPath(PPath node)

getAs

public TAs getAs()

setAs

public void setAs(TAs node)

getVariable

public PVariable getVariable()

setVariable

public void setVariable(PVariable node)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2011 XWiki. All Rights Reserved.