java.lang.Object
com.aquima.interactions.portal.ds.xml.r12.parsing.XmlParameterDS
All Implemented Interfaces:
IParameterDS

public class XmlParameterDS extends Object implements IParameterDS
Internal helper class to parse and visit the generated xml by the ParameterValueVisitor.
Since:
9.3
Author:
A. Pragt, J.Hermus
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: IParameterDS
      This method returns the name of the parameter.
      Specified by:
      getName in interface IParameterDS
      Returns:
      The name of the parameter.
    • getType

      public ParameterType getType()
      Description copied from interface: IParameterDS
      This method returns the type of the parameter.
      Specified by:
      getType in interface IParameterDS
      Returns:
      The type of the parameter.
    • getDirection

      public Direction getDirection()
      Description copied from interface: IParameterDS
      This method returns the direction of the parameter.
      Specified by:
      getDirection in interface IParameterDS
      Returns:
      The direction of the parameter.
    • visitValues

      public void visitValues(IParameterValueVisitor visitor)
      Description copied from interface: IParameterDS
      This method supplies the value(s) of the parameter to the visitor
      Specified by:
      visitValues in interface IParameterDS