Interface KeyedEnum


public interface KeyedEnum
Interface indicating an enum has a key.
  • Method Summary

    Modifier and Type
    Method
    Description
    Key is the label.
  • Method Details

    • getKey

      String getKey()
      Key is the label.
      Returns:
      - The Key, can be the display string or i18n key.