Interface IValueFormatDS

All Known Implementing Classes:
ConfigValueFormatDS, ConfigValueFormatDS, ValueFormatDS, XmlValueFormatDS, XmlValueFormatDS

public interface IValueFormatDS
This interface defines the methods needed to initialize a valueformat definition.
Since:
7.3
Author:
Danny Roest
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the data type of the value format (never null).
    Returns the format pattern (never null).
    Returns the code of the language that should be used to take the currency symbols from.
    Returns the name of the value format (never null).
  • Method Details

    • getName

      String getName()
      Returns the name of the value format (never null).
      Returns:
      the name of the value format (never null)
    • getDataType

      DataType getDataType()
      Returns the data type of the value format (never null).
      Returns:
      the data type of the value format (never null)
    • getLanguageCode

      String getLanguageCode()
      Returns the code of the language that should be used to take the currency symbols from.
      Returns:
      the code of the language that should be used to take the currency symbols from
    • getFormat

      String getFormat()
      Returns the format pattern (never null).
      Returns:
      the format pattern (never null)