Interface IParameterVisitor

All Known Implementing Classes:
ParameterVisitor

public interface IParameterVisitor
This visitor is used during initialization to gather the parameter definitions of a component.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked for each parameter that should be added to the component definition.
  • Method Details

    • addParameter

      void addParameter(IParameterDS datasource)
      This method should be invoked for each parameter that should be added to the component definition.
      Parameters:
      datasource - Data source providing the information needed to initialize the parameter.
      Throws:
      InitializationException - This exception is thrown when the parameter could not be initialized.