Class XmlPortalMessageFieldDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.parsing.XmlPortalMessageFieldDS
- All Implemented Interfaces:
IReportingDS
,IPortalMessageFieldDS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlPortalMessageFieldDS
(IInitializationReport report, IXmlNode node) -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the datatype of the field, may not be null.getName()
This method returns the name of the portal message, may not be null.boolean
This method returns an indicator whether this field allows multivalued data.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
-
XmlPortalMessageFieldDS
-
-
Method Details
-
getName
Description copied from interface:IPortalMessageFieldDS
This method returns the name of the portal message, may not be null.- Specified by:
getName
in interfaceIPortalMessageFieldDS
- Returns:
- The name of the field, never null.
-
getDataType
Description copied from interface:IPortalMessageFieldDS
This method returns the datatype of the field, may not be null.- Specified by:
getDataType
in interfaceIPortalMessageFieldDS
- Returns:
- The datatype of the field, never null.
-
isRequired
public boolean isRequired()Description copied from interface:IPortalMessageFieldDS
This method indicates whether this field is required.- Specified by:
isRequired
in interfaceIPortalMessageFieldDS
- Returns:
- Required indicator.
-
isAllowMultivalued
public boolean isAllowMultivalued()Description copied from interface:IPortalMessageFieldDS
This method returns an indicator whether this field allows multivalued data.- Specified by:
isAllowMultivalued
in interfaceIPortalMessageFieldDS
- Returns:
- Indicator whether multivalued data is allowed.
-