Class DomainValueVisitor

java.lang.Object
com.aquima.interactions.metamodel.impl.DomainValueVisitor
All Implemented Interfaces:
IDomainValueVisitor

public class DomainValueVisitor extends Object implements IDomainValueVisitor
Implementation of the domain value visitor interface used during initialization of the domain definition from the data source.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

    • DomainValueVisitor

      protected DomainValueVisitor(DomainDefinition definition)
  • Method Details

    • process

      public void process(IDomainValueDS datasource)
      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:
      datasource - The data source for the domain value that should be added to the domain definition