java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.ds.xml.r12.parsing.XmlMaskCallDS
All Implemented Interfaces:
IReportingDS, IMaskCallDS

public class XmlMaskCallDS extends ReportingDS implements IMaskCallDS
Xml datasource implementation.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

  • Method Details

    • getCallName

      public String getCallName()
      Description copied from interface: IMaskCallDS
      This method returns the name of the mask (never null).
      Specified by:
      getCallName in interface IMaskCallDS
      Returns:
      The call name of the mask.
    • getTypeName

      public String getTypeName()
      Description copied from interface: IMaskCallDS
      This method returns the type name of the mask (never null).
      Specified by:
      getTypeName in interface IMaskCallDS
      Returns:
      The type name of the mask.
    • getParameters

      public IParameters getParameters()
      Description copied from interface: IMaskCallDS
      This method return the parameters of the mask.
      Specified by:
      getParameters in interface IMaskCallDS
      Returns:
      Parameters of the mask.