Package com.aquima.interactions.flow.ds
Interface IFunctionFlowInputParameterDS
- All Known Implementing Classes:
ReportingFunctionFlowInputParameterDS
,XmlFunctionFlowInputParameterDS
public interface IFunctionFlowInputParameterDS
This interface contains the methods a data source should implement to be able to initialize a function flow input
parameter.
- Since:
- 10.3
- Author:
- W. Hermsen, T. van der Griend
-
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.
-
Method Details
-
getTargetAttribute
String getTargetAttribute()This method returns the target attribute of the input parameter.- Returns:
- The target attribute.
-
getParameterName
String getParameterName()This method returns the parameter name of the input parameter.- Returns:
- The parameter name.
-
getDocumentation
String getDocumentation()Returns the documentation of the parameter.- Returns:
- The documentation, may be null
-