Interface ParserColumnDefinition


public interface ParserColumnDefinition
Column definition of a custom parser. Used by ParserColumnDefinitionFactory
Since:
2.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Since 2.2.0.
    Returns the description of the column definition of the custom parser.
    Returns the name of the column definition of the custom parser.
  • Method Details

    • getName

      String getName()
      Returns the name of the column definition of the custom parser.
      Returns:
      Name of the column definition
    • getDescription

      String getDescription()
      Returns the description of the column definition of the custom parser.
      Returns:
      Description of the column definition
    • getColumnDataType

      @Deprecated default ParserColumnDataType getColumnDataType()
      Deprecated.
      Since 2.2.0. ColumnDataType is no longer used for custom parser
      Returns the parser column data type.
      Returns:
      Parser column data type