Interface ParserColumnDefinition
public interface ParserColumnDefinition
Column definition of a custom parser.
Used by
ParserColumnDefinitionFactory
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault ParserColumnDataType
Deprecated.Since 2.2.0.Returns the description of the column definition of the custom parser.getName()
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.Since 2.2.0. ColumnDataType is no longer used for custom parserReturns the parser column data type.- Returns:
- Parser column data type
-