public interface RuleCategory
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.
|
void activate()
void deActivate()
java.lang.String getCategoryKey()
java.lang.String getDescription(java.util.Locale locale)
locale
- the language's localejava.lang.String getIcon()
java.lang.String getName(java.util.Locale locale)
locale
- the language's locale