Interface BasicLanguageLabelMapping

  • All Known Subinterfaces:
    LanguageLabelMapping

    public interface BasicLanguageLabelMapping
    Basic interface for a LanguageLabel mapping. A mapping maps errorcodes to language label keys. All implementations of LanguageLabelMappings should implement this interface.
    • Method Detail

      • getLanguageLabelKey

        String getLanguageLabelKey()
        The key of the language label that is mapped to the error code.
        Returns:
        the key of the language label
      • getErrorCode

        String getErrorCode()
        The error code to which a language label is mapped.
        Returns:
        the error code