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
Methods 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 static LanguagesLanguages. getInstance(NameType nameType)Gets an instance for the given name type.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.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 concatenate)Generates a new, fully-configured phonetic engine.PhoneticEngine(NameType nameType, RuleType ruleType, boolean concatenate, int maxPhonemes)Generates a new, fully-configured phonetic engine.
-