isql
Class ISQLSelectParser.SubSearchCondition

java.lang.Object
  extended by isql.ISQLSelectParser.SubSearchCondition
Direct Known Subclasses:
ISQLSelectParser.PredicateCondition, ISQLSelectParser.RecursiveCondition
Enclosing class:
ISQLSelectParser

public abstract static class ISQLSelectParser.SubSearchCondition
extends java.lang.Object


Constructor Summary
ISQLSelectParser.SubSearchCondition()
           
 
Method Summary
 boolean getNegated()
           
 void setNegated(boolean negated)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISQLSelectParser.SubSearchCondition

public ISQLSelectParser.SubSearchCondition()
Method Detail

setNegated

public void setNegated(boolean negated)

getNegated

public boolean getNegated()