Interface SimpleRule
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
OfferRule
,PageRule
,StructuredContentRule
- All Known Implementing Classes:
OfferOfferRuleXrefImpl
,OfferRuleImpl
,PageRuleImpl
,StructuredContentRuleImpl
Represents a class containing an MVEL rule
- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionThe rule in the form of an MVEL expressionvoid
setMatchRule
(String matchRule) Sets the match rule used to test this item.
-
Method Details
-
getMatchRule
String getMatchRule()The rule in the form of an MVEL expression- Returns:
- the rule as an MVEL string
-
setMatchRule
Sets the match rule used to test this item.- Parameters:
matchRule
- the rule as an MVEL string
-