Interface ICsvColumnMetadata

All Known Implementing Classes:
CsvColumnMetadata

public interface ICsvColumnMetadata
Metadata information for a single column.
Since:
8.3
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    The method return the data type of the column.
    The method may return a value format to parse the values in a column.
  • Method Details

    • getDataType

      DataType getDataType()
      The method return the data type of the column.
      Returns:
      The data type, never null.
    • getFormatter

      IValueFormat getFormatter()
      The method may return a value format to parse the values in a column.
      Returns:
      The value format, may be null.