java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.r12.parsing.XmlParameterDS
All Implemented Interfaces:
IReportingDS, IParameterDS

public class XmlParameterDS extends ReportingDS implements IParameterDS
Xml datasource implementation.
Since:
7.3
Author:
Danny Roest
  • 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.
    • isMultivalue

      public boolean isMultivalue()
      Description copied from interface: IParameterDS
      This method returns a boolean indicating if this parameter may have multiple values.
      Specified by:
      isMultivalue in interface IParameterDS
      Returns:
      Boolean indicating if this parameter may have multiple values.
    • isRequired

      public boolean isRequired()
      Description copied from interface: IParameterDS
      This method returns a boolean indicating if a value for this parameter is required or optional.
      Specified by:
      isRequired in interface IParameterDS
      Returns:
      Boolean indicating if a value for this parameter is required.
    • 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.