Interface LocalizedDisplayable

    • Field Detail

    • Method Detail

      • getDisplayName

        @Nonnull
        java.lang.String getDisplayName​(@Nonnull
                                        java.util.Locale locale)
        Returns the display name in the given Locale.
        Parameters:
        locale - the Locale
        Returns:
        the display name
      • getDisplayNames

        @Nonnull
        java.util.Map<java.util.Locale,​java.lang.String> getDisplayNames()
        Returns all the display names in Map where they are indexed by Locale.
        Returns:
        the display names
      • getLocales

        @Nonnull
        java.util.SortedSet<java.util.Locale> getLocales()
        Returns the supported Locales.
        Returns:
        the available Locales