Schnittstelle IImportColumnIndexed

Alle bekannten Implementierungsklassen:
ImportColumnCSV, ImportColumnExcel, ImportColumnIndexed, ImportColumnJDBC

public interface IImportColumnIndexed
Interface to be implemented when columns can be referred to by an index.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    Returns the index this column refers to.
    void
    setIndex(int index)
    Sets the index this columns refers to.
  • Methodendetails

    • getIndex

      int getIndex()
      Returns the index this column refers to.
      Gibt zurück:
    • setIndex

      void setIndex(int index)
      Sets the index this columns refers to.
      Parameter:
      index -