Enumeration of languages for which a rule can be written.
This has no 1-on-1 mapping to the SourceType enumeration, because rules will often
apply to all versions of a programming language, and SourceType is version-specific.
author: pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be
getByName(String name) Get the RuleLanguage that corresponds to the given name.
Parameters: name - the common name of the rule language; this must correspond to one ofthe name constants.
Get the RuleLanguage that corresponds to the given name.
Parameters: name - the common name of the rule language; this must correspond to one ofthe name constants. the corresponding RuleLanuage; or null if the name is not recognized