Klasse ImportColumnExcel

Alle implementierten Schnittstellen:
IImportColumnIndexed

public class ImportColumnExcel extends ImportColumnIndexed
Represents a single Excel data column Excel columns are referred to by an index (see ImportColumnIndexed).
  • Konstruktordetails

    • ImportColumnExcel

      public ImportColumnExcel(int index, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index - the index
      datatype - the datatype
    • ImportColumnExcel

      public ImportColumnExcel(int index, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index - the index
      datatype - the datatype
      cleansing - the cleansing
    • ImportColumnExcel

      public ImportColumnExcel(int index, String aliasName, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index - the index
      aliasName - the alias name
      datatype - the datatype
    • ImportColumnExcel

      public ImportColumnExcel(int index, String aliasName, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      index - the index
      aliasName - the alias name
      datatype - the datatype
      cleansing - the cleansing
    • ImportColumnExcel

      public ImportColumnExcel(String name, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name - the name
      datatype - the datatype
    • ImportColumnExcel

      public ImportColumnExcel(String name, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name - the name
      datatype - the datatype
      cleansing - the cleansing
    • ImportColumnExcel

      public ImportColumnExcel(String name, String alias, DataType<?> datatype)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name - the name
      alias - the alias
      datatype - the datatype
    • ImportColumnExcel

      public ImportColumnExcel(String name, String alias, DataType<?> datatype, boolean cleansing)
      Creates a new instance of this object with the given parameters.
      Parameter:
      name - the name
      alias - the alias
      datatype - the datatype
      cleansing - the cleansing