Class XmlValueFormatDS

java.lang.Object
com.aquima.interactions.project.ds.xml.r17.parsing.XmlValueFormatDS
All Implemented Interfaces:
IValueFormatDS

public class XmlValueFormatDS extends Object implements IValueFormatDS
Xml datasource implementation.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

    • XmlValueFormatDS

      public XmlValueFormatDS(IXmlNode node)
  • Method Details

    • getName

      public String getName()
      Description copied from interface: IValueFormatDS
      Returns the name of the value format (never null).
      Specified by:
      getName in interface IValueFormatDS
      Returns:
      the name of the value format (never null)
    • getDataType

      public DataType getDataType()
      Description copied from interface: IValueFormatDS
      Returns the data type of the value format (never null).
      Specified by:
      getDataType in interface IValueFormatDS
      Returns:
      the data type of the value format (never null)
    • getFormat

      public String getFormat()
      Description copied from interface: IValueFormatDS
      Returns the format pattern (never null).
      Specified by:
      getFormat in interface IValueFormatDS
      Returns:
      the format pattern (never null)
    • getLanguageCode

      public String getLanguageCode()
      Description copied from interface: IValueFormatDS
      Returns the code of the language that should be used to take the currency symbols from.
      Specified by:
      getLanguageCode in interface IValueFormatDS
      Returns:
      the code of the language that should be used to take the currency symbols from