| 
WebObjects 5.2.2 | ||||||||||
| 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 Mon Oct 13 15:42:52 PDT 2003. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||