org.xwiki.query.jpql.node
Class AIdentificationVariableDeclaration

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

public final class AIdentificationVariableDeclaration
extends PIdentificationVariableDeclaration


Constructor Summary
AIdentificationVariableDeclaration()
           
AIdentificationVariableDeclaration(PRangeVariableDeclaration _rangeVariableDeclaration_, java.util.List<PJoin> _join_)
           
 
Method Summary
 void apply(Switch sw)
           
 java.lang.Object clone()
           
 java.util.LinkedList<PJoin> getJoin()
           
 PRangeVariableDeclaration getRangeVariableDeclaration()
           
 void setJoin(java.util.List<PJoin> list)
           
 void setRangeVariableDeclaration(PRangeVariableDeclaration 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

AIdentificationVariableDeclaration

public AIdentificationVariableDeclaration()

AIdentificationVariableDeclaration

public AIdentificationVariableDeclaration(PRangeVariableDeclaration _rangeVariableDeclaration_,
                                          java.util.List<PJoin> _join_)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getRangeVariableDeclaration

public PRangeVariableDeclaration getRangeVariableDeclaration()

setRangeVariableDeclaration

public void setRangeVariableDeclaration(PRangeVariableDeclaration node)

getJoin

public java.util.LinkedList<PJoin> getJoin()

setJoin

public void setJoin(java.util.List<PJoin> list)

toString

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


Copyright © 2004-2011 XWiki. All Rights Reserved.