Class ReportingAttributeVisitor

java.lang.Object
com.aquima.interactions.foundation.report.ReportingVisitorDS
com.aquima.interactions.metamodel.report.ReportingAttributeVisitor
All Implemented Interfaces:
IAttributeVisitor

public class ReportingAttributeVisitor extends ReportingVisitorDS implements IAttributeVisitor
IAttributeVisitor implementation that adds error reporting.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • process

      public void process(IAttributeDS attributeDS)
      Description copied from interface: IAttributeVisitor
      The iterate method should invoke this method with a valid datasource implementation for each attribute.
      Specified by:
      process in interface IAttributeVisitor
      Parameters:
      attributeDS - Implementation of the IAttributeDS datasource.