Class XmlPresentationStyleReferenceDS
- java.lang.Object
-
- com.aquima.interactions.foundation.report.ReportingDS
-
- com.aquima.interactions.project.ds.xml.r8.parsing.XmlPresentationStyleReferenceDS
-
- All Implemented Interfaces:
IReportingDS
,IPresentationStyleReferenceDS
public class XmlPresentationStyleReferenceDS extends ReportingDS implements IPresentationStyleReferenceDS
Xml r8 datasource implementation.- Since:
- 11.1
- Author:
- Mihai Bob
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XmlPresentationStyleReferenceDS(IInitializationReport report, IXmlNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
-
Methods inherited from class com.aquima.interactions.foundation.report.ReportingDS
addError, addMessage, getCategory, getReport
-
-
-
-
Constructor Detail
-
XmlPresentationStyleReferenceDS
protected XmlPresentationStyleReferenceDS(IInitializationReport report, IXmlNode node)
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interfaceIPresentationStyleReferenceDS
- Returns:
- - returns the name of the presentation style it references
-
-