Uses of Class
org.apache.commons.codec.language.bm.NameType

Packages that use NameType
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
private  NameType PhoneticEngine.nameType
           
 

Fields in org.apache.commons.codec.language.bm with type parameters of type NameType
private static Map<NameType,Lang> Lang.Langs
           
private static Map<NameType,Languages> Languages.LANGUAGES
           
private static Map<NameType,Set<String>> PhoneticEngine.NAME_PREFIXES
           
private static Map<NameType,Map<RuleType,Map<String,List<Rule>>>> Rule.RULES
           
 

Methods in org.apache.commons.codec.language.bm that return NameType
 NameType PhoneticEngine.getNameType()
          Gets the NameType being used.
 NameType BeiderMorseEncoder.getNameType()
          Gets the name type currently in operation.
static NameType NameType.valueOf(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
private static String Rule.createResourceName(NameType nameType, RuleType rt, String lang)
           
private static Scanner Rule.createScanner(NameType nameType, RuleType rt, String lang)
           
static Languages Languages.getInstance(NameType nameType)
           
static List<Rule> Rule.getInstance(NameType nameType, RuleType rt, Languages.LanguageSet langs)
          Gets rules for a combination of name type, rule type and languages.
static List<Rule> Rule.getInstance(NameType nameType, RuleType rt, String lang)
          Gets rules for a combination of name type, rule type and a single language.
static Lang Lang.instance(NameType nameType)
          Gets a Lang instance for one of the supported NameTypes.
private static String Languages.langResourceName(NameType nameType)
           
 void BeiderMorseEncoder.setNameType(NameType nameType)
          Sets the type of name.
 

Constructors in org.apache.commons.codec.language.bm with parameters of type NameType
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.
 



commons-codec version 1.8 - Copyright © 2002-2013 - Apache Software Foundation