Uses of Enum Class
com.luna.common.i18n.LanguageAlpha3Code
Packages that use LanguageAlpha3Code
-
Uses of LanguageAlpha3Code in com.luna.common.i18n
Methods in com.luna.common.i18n that return LanguageAlpha3CodeModifier and TypeMethodDescriptionLanguageCode.getAlpha3()
Get ISO 639-2 language code (3-letter lowercase code(s)).LanguageAlpha3Code.getAlpha3B()
Get the bibliographic code of this language.LanguageAlpha3Code.getAlpha3T()
Get the terminological code of this language.static LanguageAlpha3Code
static LanguageAlpha3Code
static LanguageAlpha3Code
LanguageAlpha3Code.getByCodeIgnoreCase
(String code) LanguageAlpha3Code.getSynonym()
Get the synonym of this code.static LanguageAlpha3Code
Returns the enum constant of this class with the specified name.static LanguageAlpha3Code[]
LanguageAlpha3Code.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luna.common.i18n that return types with arguments of type LanguageAlpha3CodeModifier and TypeMethodDescriptionstatic List<LanguageAlpha3Code>
LanguageAlpha3Code.findByName
(String regex) Get a list ofLanguageAlpha3Code
by a name regular expression.static List<LanguageAlpha3Code>
LanguageAlpha3Code.findByName
(Pattern pattern) Get a list ofLanguageAlpha3Code
by a name pattern.