org.xwiki.query.jpql.node
Class AAsSubselectIdentificationVariableDeclaration
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PSubselectIdentificationVariableDeclaration
org.xwiki.query.jpql.node.AAsSubselectIdentificationVariableDeclaration
- All Implemented Interfaces:
- Cloneable, Switchable
public final class AAsSubselectIdentificationVariableDeclaration
- extends PSubselectIdentificationVariableDeclaration
AAsSubselectIdentificationVariableDeclaration
public AAsSubselectIdentificationVariableDeclaration()
AAsSubselectIdentificationVariableDeclaration
public AAsSubselectIdentificationVariableDeclaration(PPath _path_,
TAs _as_,
PVariable _variable_)
clone
public Object clone()
- Specified by:
clone in class Node
apply
public void apply(Switch sw)
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 String toString()
- Overrides:
toString in class Object
Copyright © 2004-2012 XWiki. All Rights Reserved.