org.xwiki.query.jpql.node
Class AIsSimpleConditionalExpressionRemainder
java.lang.Object
org.xwiki.query.jpql.node.Node
org.xwiki.query.jpql.node.PSimpleConditionalExpressionRemainder
org.xwiki.query.jpql.node.AIsSimpleConditionalExpressionRemainder
- All Implemented Interfaces:
- Cloneable, Switchable
public final class AIsSimpleConditionalExpressionRemainder
- extends PSimpleConditionalExpressionRemainder
AIsSimpleConditionalExpressionRemainder
public AIsSimpleConditionalExpressionRemainder()
AIsSimpleConditionalExpressionRemainder
public AIsSimpleConditionalExpressionRemainder(TIs _is_,
TNot _not_,
PIsExpression _isExpression_)
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-2013 XWiki. All Rights Reserved.