Interface AlternateName

  • All Known Implementing Classes:
    BorderStyle, FontWeight

    public interface AlternateName
    Interface for enums whose name() isn't actually the value that should be used.
    • Method Detail

      • getAlternateName

        java.lang.String getAlternateName()
      • name

        static java.lang.String name​(java.lang.Enum<?> enumValue)