public class CSVRowModel
extends Object
The CSVRowModel represents the position column names associated with CSV data.
Instances of this are created by the CSVRowSplitter based on the first line of data
in a CSV file. As the splitter contains through the file, it grabs the name of
the column/attribute from this model based on the column number it's parsing
and adds the name and value to the DmcUncheckedObject that it creates for each row.