public interface SimpleRule
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMatchRule()
The rule in the form of an MVEL expression
|
void |
setMatchRule(java.lang.String matchRule)
Sets the match rule used to test this item.
|
@Nonnull java.lang.String getMatchRule()
void setMatchRule(@Nonnull
java.lang.String matchRule)
matchRule - the rule as an MVEL stringCopyright © 2018. All Rights Reserved.