org.xwiki.query.jpql.node
Class ALeftJoinSpec

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

public final class ALeftJoinSpec
extends PJoinSpec


Constructor Summary
ALeftJoinSpec()
           
ALeftJoinSpec(TLeft _left_, TOuter _outer_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TLeft getLeft()
           
 TOuter getOuter()
           
 void setLeft(TLeft node)
           
 void setOuter(TOuter 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

ALeftJoinSpec

public ALeftJoinSpec()

ALeftJoinSpec

public ALeftJoinSpec(TLeft _left_,
                     TOuter _outer_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLeft

public TLeft getLeft()

setLeft

public void setLeft(TLeft node)

getOuter

public TOuter getOuter()

setOuter

public void setOuter(TOuter node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.