Class XmlGlobalParameterDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.parsing.XmlGlobalParameterDS
- All Implemented Interfaces:
IReportingDS
,IGlobalParameterDS
Xml datasource implementation.
- Since:
- 11.0
- Author:
- Mihai Bob
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlGlobalParameterDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionReturns the data type.getName()
This method returns the unique name of the parameter (mandatory).The global parameter's typeMethods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
Constructor Details
-
XmlGlobalParameterDS
-
-
Method Details
-
getName
Description copied from interface:IGlobalParameterDS
This method returns the unique name of the parameter (mandatory).- Specified by:
getName
in interfaceIGlobalParameterDS
- Returns:
- The unique name of the global parameter.
-
getParameterType
Description copied from interface:IGlobalParameterDS
The global parameter's type- Specified by:
getParameterType
in interfaceIGlobalParameterDS
- Returns:
- parameter's type
-
getDataType
Description copied from interface:IGlobalParameterDS
Returns the data type. If theGlobalParameterType
is of type TEXT, then this value will be null- Specified by:
getDataType
in interfaceIGlobalParameterDS
- Returns:
- the data type
-