public class ProtectionRule
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ProtectionRuleAction |
getAction()
Gets what action must be executed if the condition part of the rule matches.
|
java.lang.String |
getName()
Gets the name of the rule.
|
int |
getPriority()
Gets the rule priority.
|
boolean |
isUserOverridable()
Gets whether the rule is mandatory.
|
public java.lang.String getName()
public boolean isUserOverridable()
public int getPriority()
public ProtectionRuleAction getAction()