Interface RecordTemplate

    • Method Detail

      • getFieldNames

        String[] getFieldNames()
        Returns all the field names of the DataRecord built on this template.
      • getFieldIndex

        int getFieldIndex​(String fieldName)
                   throws FormException
        Returns the Field index of the named field.
        Throws:
        FormException - if the field name is unknown.
      • checkDataRecord

        boolean checkDataRecord​(DataRecord record)
        Returns true if the data record is built on this template and all the constraints are ok.