All Implemented Interfaces:
IReportingDS, ILanguageDS

public class ConfigLanguageDS extends LanguageDelegateDS
Language datasource implementation that gets its format names from the application configuration.
Since:
8.0
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getFormatName

      public String getFormatName(DataType type)
      Description copied from interface: ILanguageDS
      This method should return the name of the value format that should be used to convert values of the specified type for this language.
      Specified by:
      getFormatName in interface ILanguageDS
      Overrides:
      getFormatName in class LanguageDelegateDS
      Parameters:
      type - The type of the values for which the format name is requested.
      Returns:
      The name of the value format that should be used.