Uses of Enum
org.apache.commons.codec.language.bm.RuleType
Packages that use RuleType
Package
Description
Implementation details of the Beider-Morse codec.
-
Uses of RuleType in org.apache.commons.codec.language.bm
Methods in org.apache.commons.codec.language.bm that return RuleTypeModifier and TypeMethodDescriptionBeiderMorseEncoder.getRuleType()
Gets the rule type currently in operation.PhoneticEngine.getRuleType()
Gets the RuleType being used.static RuleType
Returns the enum constant of this type with the specified name.static RuleType[]
RuleType.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 RuleTypeModifier and TypeMethodDescriptionRule.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.void
BeiderMorseEncoder.setRuleType
(RuleType ruleType) Sets the rule type to apply.Constructors in org.apache.commons.codec.language.bm with parameters of type RuleTypeModifierConstructorDescriptionPhoneticEngine
(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.