Interface IAttributeMappingVisitor

All Known Implementing Classes:
AttributeMappingVisitor, ReportingAttributeMappingVisitor

public interface IAttributeMappingVisitor
Visitor used during initialization to gather the attribute mappings.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be used to add a single attribute mapping.
  • Method Details

    • addMapping

      void addMapping(IAttributeMappingDS datasource)
      This method should be used to add a single attribute mapping.
      Parameters:
      datasource - Object providing the information needed to initialize the mapping.
      Throws:
      InitializationException - The exception is thrown when the mapping could not be initialized.