Uses of Enum
org.nuiton.i18n.LanguageEnum
Packages that use LanguageEnum
-
Uses of LanguageEnum in org.nuiton.i18n
Subclasses with type arguments of type LanguageEnum in org.nuiton.i18nModifier and TypeClassDescriptionenumUne énumération pour représenter le langue d'une locale définie dans la normeISO 639-1:1998 (ICS n° 01.140.20).Methods in org.nuiton.i18n that return LanguageEnumModifier and TypeMethodDescriptionstatic LanguageEnumReturns the enum constant of this type with the specified name.static LanguageEnumLanguageEnum.valueOf(String language, LanguageEnum defaultValue) static LanguageEnum[]LanguageEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.i18n with parameters of type LanguageEnumModifier and TypeMethodDescriptionstatic LanguageEnumLanguageEnum.valueOf(String language, LanguageEnum defaultValue)