Uses of Class
org.apache.commons.codec.language.bm.NameType
-
Packages that use NameType Package Description org.apache.commons.codec.language.bm Implementation details of the Beider-Morse codec. -
-
Uses of NameType in org.apache.commons.codec.language.bm
Fields in org.apache.commons.codec.language.bm declared as NameType Modifier and Type Field Description private NameTypePhoneticEngine. nameTypeFields in org.apache.commons.codec.language.bm with type parameters of type NameType Modifier and Type Field Description private static java.util.Map<NameType,Lang>Lang. Langsprivate static java.util.Map<NameType,Languages>Languages. LANGUAGESprivate static java.util.Map<NameType,java.util.Set<java.lang.String>>PhoneticEngine. NAME_PREFIXESprivate static java.util.Map<NameType,java.util.Map<RuleType,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.List<Rule>>>>>Rule. RULESMethods in org.apache.commons.codec.language.bm that return NameType Modifier and Type Method Description NameTypeBeiderMorseEncoder. getNameType()Gets the name type currently in operation.NameTypePhoneticEngine. getNameType()Gets the NameType being used.static NameTypeNameType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NameType[]NameType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.codec.language.bm with parameters of type NameType Modifier and Type Method Description private static java.lang.StringRule. createResourceName(NameType nameType, RuleType rt, java.lang.String lang)private static java.util.ScannerRule. createScanner(NameType nameType, RuleType rt, java.lang.String lang)static LanguagesLanguages. getInstance(NameType nameType)static java.util.List<Rule>Rule. getInstance(NameType nameType, RuleType rt, java.lang.String lang)Gets rules for a combination of name type, rule type and a single language.static java.util.List<Rule>Rule. getInstance(NameType nameType, RuleType rt, Languages.LanguageSet langs)Gets rules for a combination of name type, rule type and languages.static java.util.Map<java.lang.String,java.util.List<Rule>>Rule. getInstanceMap(NameType nameType, RuleType rt, java.lang.String lang)Gets rules for a combination of name type, rule type and a single language.static java.util.Map<java.lang.String,java.util.List<Rule>>Rule. getInstanceMap(NameType nameType, RuleType rt, Languages.LanguageSet langs)Gets rules for a combination of name type, rule type and languages.static LangLang. instance(NameType nameType)Gets a Lang instance for one of the supported NameTypes.private static java.lang.StringLanguages. langResourceName(NameType nameType)voidBeiderMorseEncoder. setNameType(NameType nameType)Sets the type of name.Constructors in org.apache.commons.codec.language.bm with parameters of type NameType Constructor Description PhoneticEngine(NameType nameType, RuleType ruleType, boolean concat)Generates a new, fully-configured phonetic engine.PhoneticEngine(NameType nameType, RuleType ruleType, boolean concat, int maxPhonemes)Generates a new, fully-configured phonetic engine.
-