Interface IParameterDS

All Known Implementing Classes:
DcmReportingParameterDs, ReportingParameterDS, XmlParameterDS, XmlParameterDS

public interface IParameterDS
Since:
9.3
Author:
A. Pragt, J. Hermus
  • Method Details

    • getName

      String getName()
      This method returns the name of the parameter.
      Returns:
      The name of the parameter.
    • getType

      ParameterType getType()
      This method returns the type of the parameter.
      Returns:
      The type of the parameter.
    • getDirection

      Direction getDirection()
      This method returns the direction of the parameter.
      Returns:
      The direction of the parameter.
    • visitValues

      void visitValues(IParameterValueVisitor visitor)
      This method supplies the value(s) of the parameter to the visitor