Interface IParameterValueVisitor

All Known Implementing Classes:
DcmReportingParameterValueVisitor, ParameterValueVisitor, ReportingDeprecatedParameterValueVisitor

public interface IParameterValueVisitor
This interface adds
Since:
9.3
Author:
A. Pragt, J. Hermus
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addValue(String key, IValue value)
    This method adds a value for this parameter.
  • Method Details

    • addValue

      void addValue(String key, IValue value)
      This method adds a value for this parameter.
      Parameters:
      key - the key for this value, may be null.
      value - The value to be added.