java.lang.Object
com.aquima.interactions.portal.ds.xml.r17.parsing.config.ConfigValueFormatDS
All Implemented Interfaces:
IValueFormatDS

public class ConfigValueFormatDS extends Object implements IValueFormatDS
Implementation of a datasource for a value format.
Since:
8.0
Author:
Jon van Leuven
  • Constructor Details

  • 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)
    • 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
    • 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)