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 Typ
    Methode
    Beschreibung
    boolean
    compareValues(FieldReference.Comparison compare, T thisValue, T refValue)
    Compare the given values using the compare operation provided
  • Methodendetails

    • compareValues

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