Uses of Class
ca.phon.util.LanguageEntry
Packages that use LanguageEntry
-
Uses of LanguageEntry in ca.phon.util
Classes in ca.phon.util that implement interfaces with type arguments of type LanguageEntryMethods in ca.phon.util that return LanguageEntryModifier and TypeMethodDescriptionstatic LanguageEntryLanguageParser.entryFromLine(String line) Parse the language entry from the given line in the ISO file.LanguageParser.getEntryById(String subtag) Get aLanguageEntryobject based on subtag.LanguageParser.getEntryByLanguage(String language) Get aLanguageEntryobject based on language name.LanguageParser.getEntryByProperty(String prop, String value) Fetches a singleLanguageEntryobject 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) FetchesLanguageEntryobjects 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 TypeMethodDescriptionvoidLanguage.setPrimaryLanguage(LanguageEntry primaryLanguage) Constructors in ca.phon.util with parameters of type LanguageEntryModifierConstructorDescriptionLanguage(LanguageEntry primaryLanguage) Language(LanguageEntry primaryLanguage, String[] userIDs)