Class ReportingDomainValueVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.metamodel.report.ReportingDomainValueVisitor
All Implemented Interfaces:
IDomainValueVisitor

public class ReportingDomainValueVisitor extends ReportingVisitorDS implements IDomainValueVisitor
IDomainValueVisitor implementation that adds error reporting.
Since:
6.4
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • process

      public void process(IDomainValueDS domainValue)
      Description copied from interface: IDomainValueVisitor
      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.
      Specified by:
      process in interface IDomainValueVisitor
      Parameters:
      domainValue - The data source for the domain value that should be added to the domain definition