Class EclRecordWrapper

    • Constructor Detail

      • EclRecordWrapper

        public EclRecordWrapper()
        Instantiates a new ecl record wrapper.
      • EclRecordWrapper

        public EclRecordWrapper​(DFURecordDefWrapper recs)
        Instantiates a new ecl record wrapper.
        Parameters:
        recs - the recs
    • Method Detail

      • addRecordset

        public void addRecordset​(DFURecordDefWrapper rec)
        Adds the recordset.
        Parameters:
        rec - the rec
      • getOriginalEcl

        public String getOriginalEcl()
        Gets the original ecl.
        Returns:
        the original ecl
      • setOriginalEcl

        public void setOriginalEcl​(String originalEcl)
        Sets the original ecl.
        Parameters:
        originalEcl - the new original ecl
      • getFileType

        public FileFormat getFileType()
        Gets the file type.
        Returns:
        the file type
      • setFileType

        public void setFileType​(FileFormat ft)
        Sets the file type.
        Parameters:
        ft - the new file type
      • getParseErrors

        public List<String> getParseErrors()
        Gets the parses the errors.
        Returns:
        the parseErrors
      • setParseErrors

        public void setParseErrors​(List<String> parseErrors)
        Sets the parses the errors.
        Parameters:
        parseErrors - the parseErrors to set