|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
evaluateWithObject(Object object)
Method Summary | |
boolean |
evaluateWithObject(Object object)
Returns true if the argument object satisfies the qualifier, false otherwise. |
Method Detail |
public 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 Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |