Modifier and Type | Method and Description |
---|---|
LanguageAlpha3Code |
LanguageCode.getAlpha3()
Get ISO 639-2
language code (3-letter lowercase code(s)).
|
LanguageAlpha3Code |
LanguageAlpha3Code.getAlpha3B()
Get the bibliographic code of this language.
|
LanguageAlpha3Code |
LanguageAlpha3Code.getAlpha3T()
Get the terminological code of this language.
|
static LanguageAlpha3Code |
LanguageAlpha3Code.getByCode(String code)
|
static LanguageAlpha3Code |
LanguageAlpha3Code.getByCode(String code,
boolean caseSensitive)
|
static LanguageAlpha3Code |
LanguageAlpha3Code.getByCodeIgnoreCase(String code)
|
LanguageAlpha3Code |
LanguageAlpha3Code.getSynonym()
Get the synonym of this code.
|
static LanguageAlpha3Code |
LanguageAlpha3Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LanguageAlpha3Code[] |
LanguageAlpha3Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<LanguageAlpha3Code> |
LanguageAlpha3Code.findByName(Pattern pattern)
Get a list of
LanguageAlpha3Code by a name pattern. |
static List<LanguageAlpha3Code> |
LanguageAlpha3Code.findByName(String regex)
Get a list of
LanguageAlpha3Code by a name regular expression. |
Copyright © 2021. All rights reserved.