public class Rule extends RuleNode
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
CONTAINS, CONTAINS_KEY, EQUALS, EQUALS_METHOD, GREATER_THAN, GREATER_THAN_EQUAL_TO, LESS_THAN, LESS_THAN_EQUAL_TO, NO_OP, NOT_EQUAL_TO| Constructor and Description | 
|---|
Rule()  | 
| Modifier and Type | Method and Description | 
|---|---|
RuleExpression | 
getLeftSide()
Returns property leftSide 
 | 
RuleExpression | 
getRightSide()
Returns property rightSide 
 | 
void | 
setLeftSide(RuleExpression pLeftSide)
Sets property leftSide 
 | 
void | 
setRightSide(RuleExpression pRightSide)
Sets property rightSide 
 | 
java.lang.String | 
toString()  | 
getOperator, setOperatorpublic RuleExpression getLeftSide()
public void setLeftSide(RuleExpression pLeftSide)
pLeftSide - the value to set for property leftSidepublic RuleExpression getRightSide()
public void setRightSide(RuleExpression pRightSide)
pRightSide - the value to set for property rightSide