|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EOQualifierEvaluation
The EOQualifierEvaluation interface defines a method, evaluateWithObject
,
that performs in memory evaluation of qualifiers. All qualifier classes
whose objects can be evaluated in memory must implement this interface.
EOQualifierEvaluation.evaluateWithObject(Object object)
Method Summary | |
---|---|
boolean |
evaluateWithObject(Object object)
Returns true if the argument object satisfies the qualifier, false otherwise. |
Method Detail |
---|
boolean evaluateWithObject(Object object)
true
if the argument object satisfies the qualifier, false
otherwise.
object
- input object on which in memory evaluation will be performed
true
if the argument object satisfies the qualifier,
false
otherwise
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |