Interface IFieldValidationParameterVisitor

All Known Implementing Classes:
FieldValidationParameterVisitor

public interface IFieldValidationParameterVisitor
Visitor to add parameters to a field validation datasource.
Since:
9.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setParameter(String name, String strValue)
    Method to set a parameter value.
  • Method Details

    • setParameter

      void setParameter(String name, String strValue)
      Method to set a parameter value. The name of the property is required (may not be null) and not case sensitive.
      Parameters:
      name - The name of the parameter, may not be null.
      strValue - The value of the parameter, may be null.
      Throws:
      InitializationException - When the parameter could not be added.