Class PropertyVisitor

java.lang.Object
com.aquima.interactions.composer.model.definition.PropertyVisitor
All Implemented Interfaces:
IPropertyVisitor

public class PropertyVisitor extends Object implements IPropertyVisitor
Implementation of the property visitor interface which is used during initialization to add additional properties to elements.
Since:
5.0
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • addProperty

      public void addProperty(String key, String propertyValue)
      Description copied from interface: IPropertyVisitor
      This method should be invoked for each property that is to be added. The key of the property is required (may not be null) and not case sensitive, the value of the property is optional.
      Specified by:
      addProperty in interface IPropertyVisitor
      Parameters:
      key - String containing the identifier of the property (mandatory).
      propertyValue - String containing the value of the property (optional).