接口 TranslatableEnum
- 所有已知实现类:
ConfigUITest.Startup.StartupSpeed
public interface TranslatableEnum
An enum value that can be be translated.
-
方法概要
-
方法详细资料
-
getTranslatedName
返回 the translated name of this value。 Defaults to a literal component with theenum name
;- 返回:
- the translated name of this value
-