Package com.aquima.web.config
Interface IFormatDefinitionStore
- All Known Implementing Classes:
FormatDefinitionStore
public interface IFormatDefinitionStore
Interface for defining a class that contains definitions for formats.
- Since:
- 8.0
- Author:
- Danny Roest
-
Method Details
-
getValueFormats
List<com.aquima.interactions.ds.ValueFormatDefinition> getValueFormats()This method returns the value format definitons.- Returns:
- the value formats
-
getLanguageFormatMappings
List<com.aquima.interactions.ds.LanguageFormatDefinition> getLanguageFormatMappings()This method returns the language format mappings.- Returns:
- the language format mappings
-