exedio cope

com.exedio.cope
Class Condition

java.lang.Object
  extended by com.exedio.cope.Condition
Direct Known Subclasses:
CompareCondition, CompareFunctionCondition, CompositeCondition, InstanceOfCondition, IsNullCondition, LikeCondition, MatchCondition, NotCondition, StartsWithCondition

public abstract class Condition
extends Object


Field Summary
static com.exedio.cope.Condition.Literal FALSE
           
static com.exedio.cope.Condition.Literal TRUE
           
 
Constructor Summary
Condition()
           
 
Method Summary
 Condition and(Condition other)
           
abstract  boolean equals(Object o)
           
abstract  int hashCode()
           
 Condition not()
           
 Condition or(Condition other)
           
 String toString()
           
static Condition valueOf(boolean value)
          Returns TRUE if value is true, otherwise FALSE.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TRUE

public static final com.exedio.cope.Condition.Literal TRUE

FALSE

public static final com.exedio.cope.Condition.Literal FALSE
Constructor Detail

Condition

public Condition()
Method Detail

not

public final Condition not()

and

public final Condition and(Condition other)

or

public final Condition or(Condition other)

valueOf

public static final Condition valueOf(boolean value)
Returns TRUE if value is true, otherwise FALSE.


equals

public abstract boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public abstract int hashCode()
Overrides:
hashCode in class Object

toString

public final String toString()
Overrides:
toString in class Object

Cope with
Object
Persistence

SourceForge.net LogoCopyright © 2004-2008 exedio Gesellschaft für Softwareentwicklung mbH. All rights reserved.
svn.12752 build.5319 20090312135114