|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--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 Constraint
andWith
- the other Constraint
public Constraint or(Constraint orWith)
Constraint
or
in interface Constraint
orWith
- the other Constraint
public Constraint equal()
Constraint
equal
in interface Constraint
public Constraint greater()
Constraint
greater
in interface Constraint
public Constraint greaterOrEqual()
Constraint
greaterOrEqual
in interface Constraint
public Constraint smaller()
Constraint
smaller
in interface Constraint
public Constraint smallerOrEqual()
Constraint
smallerOrEqual
in interface Constraint
public Constraint identity()
Constraint
identity
in interface Constraint
public Constraint like()
Constraint
like
in interface Constraint
public Constraint contains()
Constraint
contains
in interface Constraint
public Constraint is()
Constraint
is
in interface Constraint
public Constraint not()
Constraint
not
in interface Constraint
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |