Interface IDomainValueVisitor

All Known Implementing Classes:
DomainValueVisitor, DomainValueVisitor, ReportingDomainValueVisitor

public interface IDomainValueVisitor
This interface is used during initialization to add values to a domain definition.
Since:
5.0
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(IDomainValueDS domainValue)
    This method should be invoked by the data layer to add a domain value.
  • Method Details

    • process

      void process(IDomainValueDS domainValue)
      This method should be invoked by the data layer to add a domain value. The addValue method will validate the data passed and will add the value to domain definition.
      Parameters:
      domainValue - The data source for the domain value that should be added to the domain definition
      Throws:
      InitializationException - this exception is thrown when the data passed is not valid.