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 Link icon

    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 Link icon

    • getName Link icon

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

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

      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 Link icon

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