Class XmlMaskCallDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.portal.ds.xml.r12.parsing.XmlMaskCallDS
- All Implemented Interfaces:
IReportingDS
,IMaskCallDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Danny Roest
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlMaskCallDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the mask (never null).This method return the parameters of the mask.This method returns the type name of the mask (never null).Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
Method Details
-
getCallName
Description copied from interface:IMaskCallDS
This method returns the name of the mask (never null).- Specified by:
getCallName
in interfaceIMaskCallDS
- Returns:
- The call name of the mask.
-
getTypeName
Description copied from interface:IMaskCallDS
This method returns the type name of the mask (never null).- Specified by:
getTypeName
in interfaceIMaskCallDS
- Returns:
- The type name of the mask.
-
getParameters
Description copied from interface:IMaskCallDS
This method return the parameters of the mask.- Specified by:
getParameters
in interfaceIMaskCallDS
- Returns:
- Parameters of the mask.
-