Interface IAttributeVisitor

All Known Implementing Classes:
AttributeVisitor, ReportingAttributeVisitor

public interface IAttributeVisitor
The attribute visitor is used to process the information of a single attribute.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(IAttributeDS attributeDS)
    The iterate method should invoke this method with a valid datasource implementation for each attribute.
  • Method Details

    • process

      void process(IAttributeDS attributeDS)
      The iterate method should invoke this method with a valid datasource implementation for each attribute.
      Parameters:
      attributeDS - Implementation of the IAttributeDS datasource.
      Throws:
      InitializationException - This exception is thrown when the attribute could not be initialized with the provided data source.