Class XmlDcmWidgetFlowParameterDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.flow.ds.xml.parsing.XmlDcmWidgetFlowParameterDS
- All Implemented Interfaces:
IDcmWidgetFlowParameterDS
,IReportingDS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlDcmWidgetFlowParameterDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the parameter name of the parameter.This method returns the target attribute of the parameter.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
XmlDcmWidgetFlowParameterDS
-
-
Method Details
-
getTargetAttribute
Description copied from interface:IDcmWidgetFlowParameterDS
This method returns the target attribute of the parameter.- Specified by:
getTargetAttribute
in interfaceIDcmWidgetFlowParameterDS
- Returns:
- The target attribute.
-
getParameterName
Description copied from interface:IDcmWidgetFlowParameterDS
This method returns the parameter name of the parameter.- Specified by:
getParameterName
in interfaceIDcmWidgetFlowParameterDS
- Returns:
- The parameter name.
-