Uses of Class
ca.phon.util.LanguageEntry
Packages that use LanguageEntry
-
Uses of LanguageEntry in ca.phon.util
Methods in ca.phon.util that return LanguageEntryModifier and TypeMethodDescriptionstatic LanguageEntry
LanguageParser.entryFromLine
(String line) Parse the language entry from the given line in the ISO file.LanguageParser.getEntryById
(String subtag) Get aLanguageEntry
object based on subtag.LanguageParser.getEntryByLanguage
(String language) Get aLanguageEntry
object based on language name.LanguageParser.getEntryByProperty
(String prop, String value) Fetches a singleLanguageEntry
object that has the specified property value.Language.getPrimaryLanguage()
Methods in ca.phon.util that return types with arguments of type LanguageEntryModifier and TypeMethodDescriptionLanguageParser.getEntriesByProperty
(String prop, String value) FetchesLanguageEntry
objects that have a specified property and property value.LanguageParser.getLanguages()
Get a collection of languages.LanguageParser.iterator()
Methods in ca.phon.util with parameters of type LanguageEntryModifier and TypeMethodDescriptionvoid
Language.setPrimaryLanguage
(LanguageEntry primaryLanguage) Constructors in ca.phon.util with parameters of type LanguageEntryModifierConstructorDescriptionLanguage
(LanguageEntry primaryLanguage) Language
(LanguageEntry primaryLanguage, String[] userIDs)