Package nl.gx.forms.wmpformapi.api
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getErrorCode()
The error code to which a language label is mapped.String
getLanguageLabelKey()
The key of the language label that is mapped to the error code.
-