Class Record

    • Constructor Detail

      • Record

        protected Record​(String line)
        Build a record by parsing a source table line.
        Parameters:
        line - source table line
    • Method Detail

      • getRecordType

        public abstract RecordType getRecordType()
        Get the type of record.
        Returns:
        type of record
      • getFieldsNumber

        protected int getFieldsNumber()
        Get the number of fields.
        Returns:
        number of fields
      • getField

        protected String getField​(int index)
        Get one field from the parsed sourcetable.
        Parameters:
        index - field index
        Returns:
        field value
      • getMisc

        public String getMisc()
        Get miscellaneous information.
        Returns:
        miscellaneous information