Interface IValueFormatVisitor

All Known Implementing Classes:
ConfigValueFormatVisitor, ConfigValueFormatVisitor, ReportingValueFormatVisitor, ValueFormatVisitor

public interface IValueFormatVisitor
Visitor used during initialization to gather the available value format definitions.
Since:
6.3
Author:
O. Kerpershoek, D. Roest
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addFormat(IValueFormatDS valueFormatDS)
    This method should be invoked to add a value format definition.
  • Method Details

    • addFormat

      void addFormat(IValueFormatDS valueFormatDS)
      This method should be invoked to add a value format definition.
      Parameters:
      valueFormatDS - the value format.
      Throws:
      InitializationException - This exception is thrown when the value format definition could not be added.