Class XmlFunctionFlowInputParameterDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.flow.ds.xml.parsing.XmlFunctionFlowInputParameterDS
- All Implemented Interfaces:
IFunctionFlowInputParameterDS
,IReportingDS
public class XmlFunctionFlowInputParameterDS
extends ReportingDS
implements IFunctionFlowInputParameterDS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlFunctionFlowInputParameterDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionReturns the documentation of the parameter.This method returns the parameter name of the input parameter.This method returns the target attribute of the input parameter.Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
XmlFunctionFlowInputParameterDS
-
-
Method Details
-
getTargetAttribute
Description copied from interface:IFunctionFlowInputParameterDS
This method returns the target attribute of the input parameter.- Specified by:
getTargetAttribute
in interfaceIFunctionFlowInputParameterDS
- Returns:
- The target attribute.
-
getParameterName
Description copied from interface:IFunctionFlowInputParameterDS
This method returns the parameter name of the input parameter.- Specified by:
getParameterName
in interfaceIFunctionFlowInputParameterDS
- Returns:
- The parameter name.
-
getDocumentation
Description copied from interface:IFunctionFlowInputParameterDS
Returns the documentation of the parameter.- Specified by:
getDocumentation
in interfaceIFunctionFlowInputParameterDS
- Returns:
- The documentation, may be null
-