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 Type
    Method
    Description
    @Nullable Language
    The language defining the data path in which the monoglot mode is to be used.
  • Method Details

    • getLanguage

      @Nullable @Nullable Language getLanguage()
      The language defining the data path in which the monoglot mode is to be used. If the language is null, 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