Class CompareFieldsExpression

    • Constructor Detail

      • CompareFieldsExpression

        public CompareFieldsExpression()
        Deprecated.
        Default Constructor.
    • Method Detail

      • getOtherField

        public String getOtherField()
        Deprecated.
        Returns the name of the data-row column that holds the second value.
        Returns:
        the name of the other field.
      • setOtherField

        public void setOtherField​(String otherField)
        Deprecated.
        Defines the name of the data-row column that holds the second value.
        Parameters:
        otherField - the name of the other field.
      • getComparable

        protected Comparable getComparable()
        Deprecated.
        Returns the value of the other field. If the value is no comparable, this method returns null instead.
        Specified by:
        getComparable in class AbstractCompareExpression
        Returns:
        the value of the other field.