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 Type
    Method
    Description
    boolean
    compareValues(FieldReference.Comparison compare, T thisValue, T refValue)
    Compare the given values using the compare operation provided
  • Method Details

    • compareValues

      boolean compareValues(FieldReference.Comparison compare, T thisValue, T refValue)
      Compare the given values using the compare operation provided
      Parameters:
      compare - type of compare operation
      thisValue - value of this field
      refValue - value of the reference field
      Returns:
      the result of the comparison