org.xwiki.query.jpql.node
Class AIsSimpleConditionalExpressionRemainder

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

public final class AIsSimpleConditionalExpressionRemainder
extends PSimpleConditionalExpressionRemainder


Constructor Summary
AIsSimpleConditionalExpressionRemainder()
           
AIsSimpleConditionalExpressionRemainder(TIs _is_, TNot _not_, PIsExpression _isExpression_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TIs getIs()
           
 PIsExpression getIsExpression()
           
 TNot getNot()
           
 void setIs(TIs node)
           
 void setIsExpression(PIsExpression node)
           
 void setNot(TNot 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

AIsSimpleConditionalExpressionRemainder

public AIsSimpleConditionalExpressionRemainder()

AIsSimpleConditionalExpressionRemainder

public AIsSimpleConditionalExpressionRemainder(TIs _is_,
                                               TNot _not_,
                                               PIsExpression _isExpression_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getIs

public TIs getIs()

setIs

public void setIs(TIs node)

getNot

public TNot getNot()

setNot

public void setNot(TNot node)

getIsExpression

public PIsExpression getIsExpression()

setIsExpression

public void setIsExpression(PIsExpression node)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004–2014 XWiki. All rights reserved.