Interface MutableLocalizedDisplayable

All Superinterfaces:
Displayable, LocalizedDisplayable, MutableDisplayable

public interface MutableLocalizedDisplayable extends MutableDisplayable, LocalizedDisplayable
A specialized LocalizedDisplayable which is mutable.
Author:
Fabrizio Giudici
Status: stable API
Stereotype:
Role
  • Field Details

  • Method Details

    • of

      @Nonnull static MutableLocalizedDisplayable of(@Nonnull 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 String displayName, @Nonnull 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