Class DocumentLocaleClause

    • Constructor Summary

      Constructors 
      Constructor Description
      DocumentLocaleClause​(java.lang.String targetLocale)
      Creates a new instance.
      DocumentLocaleClause​(java.util.Locale targetLocale)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTargetLocale()
      Returns the target locale.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocumentLocaleClause

        public DocumentLocaleClause​(java.util.Locale targetLocale)
        Creates a new instance.
        Parameters:
        targetLocale - the target locale.
        Since:
        8.1.0
      • DocumentLocaleClause

        public DocumentLocaleClause​(java.lang.String targetLocale)
        Creates a new instance.
        Parameters:
        targetLocale - the target locale.
        Since:
        8.1.0
    • Method Detail

      • getTargetLocale

        public java.lang.String getTargetLocale()
        Returns the target locale.
        Returns:
        the target locale.
        Since:
        8.1.0