Class XmlInlineFieldDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.composer.ds.xml.parsing.XmlFieldDS
com.aquima.interactions.composer.ds.xml.parsing.XmlInlineFieldDS
- All Implemented Interfaces:
IElementDS
,IFieldDS
,IReportingDS
Xml datasource implementation for an inline field. Important: an inline field should not have a name else is it not
seen as an inline element (See AQR-845, and XmlFieldDSTestCase)
- Since:
- 8.0
- Author:
- Danny Roest
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlInlineFieldDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Methods inherited from class com.aquima.interactions.composer.ds.xml.parsing.XmlFieldDS
getAttributeName, getDataType, getExplainText, getPresentationStyles, getQuestionText, getRequiredCondition, isMultivalue, iterateParameterValues, iterateValidations
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
-
XmlInlineFieldDS
-
-
Method Details
-
getName
Description copied from interface:IElementDS
This method returns the (unique) name of the element. The name is required when adding the content as a definition to the composer, but it is optional when the element is added directly as inline sub-content.- Specified by:
getName
in interfaceIElementDS
- Overrides:
getName
in classXmlFieldDS
- Returns:
- the (unique) name of the element.
-