Class XmlRoleDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.parsing.XmlRoleDS
- All Implemented Interfaces:
IReportingDS
,IRoleDS
Xml datasource implementation.
- Since:
- 7.3
- Author:
- Jon van Leuven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns a description for the role (optional).getName()
This method returns the unique name of the role (mandatory).Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, 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
-
XmlRoleDS
-
-
Method Details
-
getDescription
Description copied from interface:IRoleDS
This method returns a description for the role (optional).- Specified by:
getDescription
in interfaceIRoleDS
- Returns:
- The description of the role.
-
getName
Description copied from interface:IRoleDS
This method returns the unique name of the role (mandatory).
-