org.xwiki.query.jpql.node
Class ASingleInList

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

public final class ASingleInList
extends PInList


Constructor Summary
ASingleInList()
           
ASingleInList(PInItem _inItem_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PInItem getInItem()
           
 void setInItem(PInItem 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

ASingleInList

public ASingleInList()

ASingleInList

public ASingleInList(PInItem _inItem_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getInItem

public PInItem getInItem()

setInItem

public void setInItem(PInItem node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2013 XWiki. All Rights Reserved.