Class XmlMessageEventFieldDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.process.ds.xml.parsing.XmlMessageEventFieldDS
- All Implemented Interfaces:
IReportingDS
,IMessageEventFieldDS
Xml implementation of the message event field datasource.
- Since:
- 9.1
- Author:
- A. Pragt
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlMessageEventFieldDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionboolean
This method returns an indicator whether this field allows multivalued data.This method returns the datatype of the field, may not be null.getName()
This method returns the name of the field, may not be null.boolean
This method indicates whether this field is required.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
-
XmlMessageEventFieldDS
-
-
Method Details
-
getName
Description copied from interface:IMessageEventFieldDS
This method returns the name of the field, may not be null.- Specified by:
getName
in interfaceIMessageEventFieldDS
- Returns:
- The name of the field, never null.
-
getDataType
Description copied from interface:IMessageEventFieldDS
This method returns the datatype of the field, may not be null.- Specified by:
getDataType
in interfaceIMessageEventFieldDS
- Returns:
- The datatype of the field, never null.
-
isRequired
public boolean isRequired()Description copied from interface:IMessageEventFieldDS
This method indicates whether this field is required.- Specified by:
isRequired
in interfaceIMessageEventFieldDS
- Returns:
- Required indicator.
-
allowMultivalued
public boolean allowMultivalued()Description copied from interface:IMessageEventFieldDS
This method returns an indicator whether this field allows multivalued data.- Specified by:
allowMultivalued
in interfaceIMessageEventFieldDS
- Returns:
- Indicator whether multivalued data is allowed.
-