|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyValueComparator
Property value comparator interface
Method Summary | |
---|---|
boolean |
compare(java.io.Serializable propertyValue,
java.io.Serializable compareValue,
ComparePropertyValueOperation operation)
Compares the value of a property with the compare value, using the operator passed. |
void |
registerComparator(ComparePropertyValueEvaluator evaluator)
Callback method to register this comparator with the evaluator. |
Method Detail |
---|
void registerComparator(ComparePropertyValueEvaluator evaluator)
evaluator
- the compare property value evaluatorboolean compare(java.io.Serializable propertyValue, java.io.Serializable compareValue, ComparePropertyValueOperation operation)
propertyValue
- the property valuecompareValue
- the compare valueoperation
- the operation used to compare the two values
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |