Class DefaultFunctionFlowOutputParameter
- java.lang.Object
-
- com.aquima.interactions.flow.model.DefaultFunctionFlowOutputParameter
-
- All Implemented Interfaces:
IFunctionFlowOutputParameter
public class DefaultFunctionFlowOutputParameter extends Object implements IFunctionFlowOutputParameter
-
-
Constructor Summary
Constructors Constructor Description DefaultFunctionFlowOutputParameter​(IFunctionFlowOutputParameterDS datasource, IExpressionParser parser)
-
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 output parameter.IExpression
getValueExpression()
This method returns the value expression of the output parameter.
-
-
-
Constructor Detail
-
DefaultFunctionFlowOutputParameter
public DefaultFunctionFlowOutputParameter​(IFunctionFlowOutputParameterDS datasource, IExpressionParser parser)
-
-
Method Detail
-
getValueExpression
public IExpression getValueExpression()
Description copied from interface:IFunctionFlowOutputParameter
This method returns the value expression of the output parameter.- Specified by:
getValueExpression
in interfaceIFunctionFlowOutputParameter
- Returns:
- The value expression.
-
getParameterName
public String getParameterName()
Description copied from interface:IFunctionFlowOutputParameter
This method returns the parameter name of the output parameter.- Specified by:
getParameterName
in interfaceIFunctionFlowOutputParameter
- Returns:
- The parameter name.
-
getDocumentation
public String getDocumentation()
Description copied from interface:IFunctionFlowOutputParameter
Returns the documentation of the parameter.- Specified by:
getDocumentation
in interfaceIFunctionFlowOutputParameter
- Returns:
- The documentation, may be null
-
-