Schnittstelle CompareCallback<T>
public interface CompareCallback<T>
Interface to define the compare operation betwen two field values
- Version:
- $Id$
- Autor:
- Thomas Vandahl
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancompareValues(FieldReference.Comparison compare, T thisValue, T refValue) Compare the given values using the compare operation provided
-
Methodendetails
-
compareValues
Compare the given values using the compare operation provided- Parameter:
compare- type of compare operationthisValue- value of this fieldrefValue- value of the reference field- Gibt zurück:
- the result of the comparison
-