Uses of Enum Class
org.bardframework.commons.utils.data.LanguageAlpha3Code
Packages that use LanguageAlpha3Code
-
Uses of LanguageAlpha3Code in org.bardframework.commons.utils.data
Methods in org.bardframework.commons.utils.data 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 LanguageAlpha3CodeGet aLanguageAlpha3Codethat corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).static LanguageAlpha3CodeGet aLanguageAlpha3Codethat corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).static LanguageAlpha3CodeLanguageAlpha3Code.getByCodeIgnoreCase(String code) Get aLanguageAlpha3Codethat corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).LanguageAlpha3Code.getSynonym()Get the synonym of this code.static LanguageAlpha3CodeReturns 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 org.bardframework.commons.utils.data that return types with arguments of type LanguageAlpha3CodeModifier and TypeMethodDescriptionstatic List<LanguageAlpha3Code> LanguageAlpha3Code.findByName(String regex) Get a list ofLanguageAlpha3Codeby a name regular expression.static List<LanguageAlpha3Code> LanguageAlpha3Code.findByName(Pattern pattern) Get a list ofLanguageAlpha3Codeby a name pattern.