Interface Monoglot
public interface Monoglot
Interface representing monoglot information, marking a data hierarchy path to only allow
having one language-dependent component.
- Since:
- 5.2.510
-
Method Summary
Modifier and TypeMethodDescription@Nullable Language
The language defining the data path in which the monoglot mode is to be used.
-
Method Details
-
getLanguage
The language defining the data path in which the monoglot mode is to be used. If the language isnull
, the path did not contain a language-dependent component to the current node.- Returns:
- The language or null, if the language is not yet set.
- Since:
- 5.2.510
-