All Known Implementing Classes:
BorderStyle, FontWeight

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

    Modifier and Type
    Method
    Description
     
    static String
    name(Enum<?> enumValue)
     
  • Method Details

    • getAlternateName

      String getAlternateName()
    • name

      static String name(Enum<?> enumValue)