Class ValueFormatDS

java.lang.Object
com.aquima.interactions.ds.ValueFormatDS
All Implemented Interfaces:
IValueFormatDS

public class ValueFormatDS extends Object implements IValueFormatDS
Implementation of a datasource for a value format.
Since:
7.3
Author:
Danny Roest
  • 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)