com.webobjects.eocontrol
Interface EOQualifierEvaluation
- All Known Implementing Classes:
- EOQualifier
- 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.
- See Also:
evaluateWithObject(Object object)
Method Summary |
boolean |
evaluateWithObject(Object object)
Returns true if the argument object satisfies the qualifier, false otherwise. |
evaluateWithObject
public boolean evaluateWithObject(Object object)
- Returns
true
if the argument object satisfies the qualifier, false
otherwise.
- Parameters:
object
- input object on which in memory evaluation will be performed- Returns:
true
if the argument object satisfies the qualifier,
false
otherwise
Copyright © 2003 Apple Computer, Inc.