Uses of Enum
org.apache.commons.codec.language.bm.NameType
Package
Description
Implementation details of the Beider-Morse codec.
-
Uses of NameType in org.apache.commons.codec.language.bm
Modifier and TypeMethodDescriptionBeiderMorseEncoder.getNameType()
Gets the name type currently in operation.PhoneticEngine.getNameType()
Gets the NameType being used.static NameType
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.Modifier and TypeMethodDescriptionstatic Languages
Languages.getInstance
(NameType nameType) Rule.getInstance
(NameType nameType, RuleType rt, String lang) Gets rules for a combination of name type, rule type and a single language.Rule.getInstance
(NameType nameType, RuleType rt, Languages.LanguageSet langs) Gets rules for a combination of name type, rule type and languages.Rule.getInstanceMap
(NameType nameType, RuleType rt, String lang) Gets rules for a combination of name type, rule type and a single language.Rule.getInstanceMap
(NameType nameType, RuleType rt, Languages.LanguageSet langs) Gets rules for a combination of name type, rule type and languages.static Lang
Gets a Lang instance for one of the supported NameTypes.void
BeiderMorseEncoder.setNameType
(NameType nameType) Sets the type of name.ModifierConstructorDescriptionPhoneticEngine
(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.