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