public final class RuleExpression extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleExpression.ValueOperator
All authorized operators.
|
| Constructor and Description |
|---|
RuleExpression(String fieldName,
RuleExpression.ValueOperator operator,
RuleValue value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
RuleExpression.ValueOperator |
getOperator() |
RuleValue |
getValue() |
String |
toString() |
public RuleExpression(String fieldName, RuleExpression.ValueOperator operator, RuleValue value)
fieldName - FieldNameoperator - OperatorDefinitionvalue - QueryDefinitionCopyright © 2019. All Rights Reserved.