Interface CompareCallback<T>
public interface CompareCallback<T>
Interface to define the compare operation betwen two field values
- Version:
- $Id$
- Author:
- Thomas Vandahl
-
Method Summary
Modifier and TypeMethodDescriptionboolean
compareValues
(FieldReference.Comparison compare, T thisValue, T refValue) Compare the given values using the compare operation provided
-
Method Details
-
compareValues
Compare the given values using the compare operation provided- Parameters:
compare
- type of compare operationthisValue
- value of this fieldrefValue
- value of the reference field- Returns:
- the result of the comparison
-