Class XmlFunctionCallInputParameterDS
java.lang.Object
com.aquima.interactions.ds.ReportingDS
com.aquima.interactions.portal.ds.xml.parsing.XmlFunctionCallInputParameterDS
- All Implemented Interfaces:
IReportingDS
,IFunctionCallInputParameterDS
public class XmlFunctionCallInputParameterDS
extends ReportingDS
implements IFunctionCallInputParameterDS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlFunctionCallInputParameterDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThis method should return the input expression.This method should return the name of the input parameterMethods inherited from class com.aquima.interactions.ds.ReportingDS
addMessage, getCategory, getReport
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS
addMessage
-
Constructor Details
-
XmlFunctionCallInputParameterDS
-
-
Method Details
-
getParameterName
Description copied from interface:IFunctionCallInputParameterDS
This method should return the name of the input parameter- Specified by:
getParameterName
in interfaceIFunctionCallInputParameterDS
- Returns:
- The input parameter name, never null.
-
getExpression
Description copied from interface:IFunctionCallInputParameterDS
This method should return the input expression.- Specified by:
getExpression
in interfaceIFunctionCallInputParameterDS
- Returns:
- The input expression, never null.
-