| Modifier and Type | Method | Description |
|---|---|---|
static LogicalOperator |
LogicalOperator.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static LogicalOperator[] |
LogicalOperator.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Condition |
ConditionGroup.create(LogicalOperator operator,
Condition left,
Condition right,
Condition... others) |
Copyright © 2018. All rights reserved.