public abstract class BaseRuleCategory extends java.lang.Object implements RuleCategory
| Constructor and Description |
|---|
BaseRuleCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deActivate() |
java.lang.String |
getCategoryKey()
Returns the key that identifies the category of the rule.
|
java.lang.String |
getDescription(java.util.Locale locale)
Returns the rule category description.
|
java.lang.String |
getIcon()
Returns the Font Awesome CSS class for the rule catetory's icon.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the rule category's name.
|
public void activate()
activate in interface RuleCategorypublic void deActivate()
deActivate in interface RuleCategorypublic java.lang.String getCategoryKey()
RuleCategorygetCategoryKey in interface RuleCategorypublic java.lang.String getDescription(java.util.Locale locale)
RuleCategorygetDescription in interface RuleCategorylocale - the language's localepublic java.lang.String getIcon()
RuleCategorygetIcon in interface RuleCategorypublic java.lang.String getName(java.util.Locale locale)
RuleCategorygetName in interface RuleCategorylocale - the language's locale