Class JaxxWidgetsTemperatureI18nEnumHelper


  • @Generated(value="Generated by org.nuiton.i18n.plugin.parser.ParseJavaEnumerationsMojo",
               date="Tue Feb 18 01:14:28 UTC 2020")
    public class JaxxWidgetsTemperatureI18nEnumHelper
    extends Object
    • Constructor Detail

      • JaxxWidgetsTemperatureI18nEnumHelper

        public JaxxWidgetsTemperatureI18nEnumHelper()
    • Method Detail

      • getLabel

        public static <E extends Enum<E>> String getLabel​(E e)
      • getLabel

        public static <E extends Enum<E>> String getLabel​(Locale locale,
                                                          E e)
      • getLabelKey

        protected static <E extends Enum<E>> String getLabelKey​(E e)
      • getDescription

        public static <E extends Enum<E>> String getDescription​(E e)
      • getDescription

        public static <E extends Enum<E>> String getDescription​(Locale locale,
                                                                E e)
      • getDescriptionKey

        protected static <E extends Enum<E>> String getDescriptionKey​(E e)
      • removeAnonymousSuffix

        protected static String removeAnonymousSuffix​(String className)