Uses of Class
org.xwiki.query.jpql.node.PConditionWithNotExpression

Packages that use PConditionWithNotExpression
org.xwiki.query.jpql.node   
 

Uses of PConditionWithNotExpression in org.xwiki.query.jpql.node
 

Subclasses of PConditionWithNotExpression in org.xwiki.query.jpql.node
 class ABetweenConditionWithNotExpression
           
 class AInConditionWithNotExpression
           
 class ALikeConditionWithNotExpression
           
 class AMemberConditionWithNotExpression
           
 

Methods in org.xwiki.query.jpql.node that return PConditionWithNotExpression
 PConditionWithNotExpression ANotSimpleConditionalExpressionRemainder.getConditionWithNotExpression()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PConditionWithNotExpression
 void ANotSimpleConditionalExpressionRemainder.setConditionWithNotExpression(PConditionWithNotExpression node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type PConditionWithNotExpression
ANotSimpleConditionalExpressionRemainder(TNot _not_, PConditionWithNotExpression _conditionWithNotExpression_)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.