接口 TranslatableEnum

所有已知实现类:
ConfigUITest.Startup.StartupSpeed

public interface TranslatableEnum
An enum value that can be be translated.
  • 方法概要

    修饰符和类型
    方法
    说明
    default Component
    返回 the translated name of this value。
  • 方法详细资料

    • getTranslatedName

      default Component getTranslatedName()
      返回 the translated name of this value。 Defaults to a literal component with the enum name;
      返回:
      the translated name of this value