Class XmlFunctionFlowInputParameterDS
- java.lang.Object
-
- com.aquima.interactions.foundation.report.ReportingDS
-
- com.aquima.interactions.flow.ds.xml.r8.parsing.XmlFunctionFlowInputParameterDS
-
- All Implemented Interfaces:
IFunctionFlowInputParameterDS
,IReportingDS
public class XmlFunctionFlowInputParameterDS extends ReportingDS implements IFunctionFlowInputParameterDS
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XmlFunctionFlowInputParameterDS(IInitializationReport report, IXmlNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDocumentation()
Returns the documentation of the parameter.String
getParameterName()
This method returns the parameter name of the input parameter.String
getTargetAttribute()
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 Detail
-
XmlFunctionFlowInputParameterDS
protected XmlFunctionFlowInputParameterDS(IInitializationReport report, IXmlNode node)
-
-
Method Detail
-
getTargetAttribute
public String 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
public String 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
public String getDocumentation()
Description copied from interface:IFunctionFlowInputParameterDS
Returns the documentation of the parameter.- Specified by:
getDocumentation
in interfaceIFunctionFlowInputParameterDS
- Returns:
- The documentation, may be null
-
-