Class XmlMetadataDS
java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.metamodel.ds.xml.parsing.XmlMetadataDS
- All Implemented Interfaces:
IReportingDS
,IMetadataDS
An IMetadataDS which reads the metadata information from an XML node.
- Author:
- V. Moldovan
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
XmlMetadataDS
(IInitializationReport report, IXmlNode node) Please make sure that the xml tags used in this method match the xml tags written in classXmlMetadataDS
. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
Indicates whether the metadata is multi-valued.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
-
XmlMetadataDS
Please make sure that the xml tags used in this method match the xml tags written in classXmlMetadataDS
.- Parameters:
report
- error and warnings reportnode
- XML representation of the Metadata information
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceIMetadataDS
- Returns:
- the name of the metadata.
-
getDataType
- Specified by:
getDataType
in interfaceIMetadataDS
- Returns:
- the data type of the metadata's value.
-
isMultiValued
public boolean isMultiValued()Description copied from interface:IMetadataDS
Indicates whether the metadata is multi-valued.- Specified by:
isMultiValued
in interfaceIMetadataDS
- Returns:
true
if metadata is multi-valued andfalse
otherwise.
-
getExpression
- Specified by:
getExpression
in interfaceIMetadataDS
- Returns:
- expression which is used to calculate the value of the metadata.
-
getDomainName
- Specified by:
getDomainName
in interfaceIMetadataDS
- Returns:
- the name of the domain.
-