org.xwiki.query.jpql.node
Class AXPath
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PPath
org.xwiki.query.jpql.node.AXPath
- All Implemented Interfaces:
- java.lang.Cloneable, Switchable
public final class AXPath
- extends PPath
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AXPath
public AXPath()
AXPath
public AXPath(PXObjectDecl _xObjectDecl_,
TDot _dot_,
TId _property_)
clone
public java.lang.Object clone()
- Specified by:
clone in class Node
apply
public void apply(Switch sw)
getXObjectDecl
public PXObjectDecl getXObjectDecl()
setXObjectDecl
public void setXObjectDecl(PXObjectDecl node)
getDot
public TDot getDot()
setDot
public void setDot(TDot node)
getProperty
public TId getProperty()
setProperty
public void setProperty(TId node)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2004-2011 XWiki. All Rights Reserved.