Class Criterion

    • Field Detail

      • columnName

        public String columnName
      • blankPosition

        public int blankPosition
      • errorPosition

        public int errorPosition
      • reverse

        public boolean reverse
    • Constructor Detail

      • Criterion

        public Criterion()
    • Method Detail

      • getValueType

        public abstract String getValueType()
      • createKeyMaker

        public abstract Criterion.KeyMaker createKeyMaker​(ColumnModel columnModel)
        Instantiates the criterion on a particular column model, making it possible to compare two rows together (since we now have access to the column index of the target column).