Interface LocaleMessageKey

All Superinterfaces:
Serializable

public interface LocaleMessageKey extends Serializable
Key for an externalized message. This interface represents a key used to identify an externalized message. It is typically used to look up messages in a resource bundle.
Author:
pchretien, npiedeloup
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name of the key.
  • Method Details

    • name

      String name()
      Retrieves the name of the key.
      Returns:
      The name of the key.