Interface MutableLocalizedDisplayable

    • Method Detail

      • of

        @Nonnull
        static MutableLocalizedDisplayable of​(@Nonnull
                                              java.lang.String displayName)
        Creates an instance with an initial given display name in Locale.ENGLISH.
        Parameters:
        displayName - the display name
        Returns:
        the new instance
        Since:
        3.2-ALPHA-1
      • of

        @Nonnull
        static MutableLocalizedDisplayable of​(@Nonnull
                                              java.lang.String displayName,
                                              @Nonnull
                                              java.lang.String toStringName)
        Creates an instance with an initial given display name in Locale.ENGLISH and an explicit identifier for toString().
        Parameters:
        displayName - the display name
        toStringName - the name to be rendered when toString() is called
        Returns:
        the new instance
        Since:
        3.2-ALPHA-1