| Package | Description |
|---|---|
| org.provarules.reference2.messaging.where |
| Modifier and Type | Method and Description |
|---|---|
static WhereBinaryOperation.Operator |
WhereBinaryOperation.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WhereBinaryOperation.Operator[] |
WhereBinaryOperation.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WhereBinaryOperation(WhereNode left,
WhereNode right,
WhereBinaryOperation.Operator operator) |
Copyright © 2019. All Rights Reserved.