|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ojb.soda.ConstraintImpl
| Constructor Summary | |
ConstraintImpl()
Constructor for ConstraintImpl. |
|
| Method Summary | |
Constraint |
and(Constraint andWith)
links two Constraints for AND evaluation |
Constraint |
contains()
sets the evaluation mode to containment comparison |
Constraint |
equal()
sets the evaluation mode to "==" |
Constraint |
greater()
sets the evaluation mode to ">" |
Constraint |
greaterOrEqual()
sets the evaluation mode to ">=" |
Constraint |
identity()
sets the evaluation mode to identity comparison |
Constraint |
is()
turns off not() comparison |
Constraint |
like()
sets the evaluation mode to "like" comparison |
Constraint |
not()
turns on not() comparison |
Constraint |
or(Constraint orWith)
links two Constraints for OR evaluation |
Constraint |
smaller()
sets the evaluation mode to "<" |
Constraint |
smallerOrEqual()
sets the evaluation mode to "<=" |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConstraintImpl()
| Method Detail |
public Constraint and(Constraint andWith)
Constraint
and in interface ConstraintandWith - the other Constraint
public Constraint or(Constraint orWith)
Constraint
or in interface ConstraintorWith - the other Constraint
public Constraint equal()
Constraint
equal in interface Constraintpublic Constraint greater()
Constraint
greater in interface Constraintpublic Constraint greaterOrEqual()
Constraint
greaterOrEqual in interface Constraintpublic Constraint smaller()
Constraint
smaller in interface Constraintpublic Constraint smallerOrEqual()
Constraint
smallerOrEqual in interface Constraintpublic Constraint identity()
Constraint
identity in interface Constraintpublic Constraint like()
Constraint
like in interface Constraintpublic Constraint contains()
Constraint
contains in interface Constraintpublic Constraint is()
Constraint
is in interface Constraintpublic Constraint not()
Constraint
not in interface Constraint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||