| Modifier and Type | Method and Description |
|---|---|
Operator |
Rule.getOperator() |
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.addRule(Object leftObject,
Operator operator,
Object rightObject) |
| Constructor and Description |
|---|
Rule(Object leftObject,
Operator operator,
Object rightObject) |
Rules(Object leftObject,
Operator operator,
Object rightObject) |
Copyright © 2021. All rights reserved.