org.xorm.query
Class Condition

java.lang.Object
  |
  +--org.xorm.query.Condition
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
CompoundCondition, RawCondition, SimpleCondition

public abstract class Condition
extends Object
implements Cloneable


Constructor Summary
Condition()
           
 
Method Summary
 Object clone()
           
 boolean isInverted()
           
 void setInverted()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Condition

public Condition()
Method Detail

clone

public Object clone()
Overrides:
clone in class Object

isInverted

public boolean isInverted()

setInverted

public void setInverted()


$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/query/Condition.html,v 1.8 2004/05/30 08:55:08 wbiggs Exp $