| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static SimpleSetPredicate.BooleanOperator |
SimpleSetPredicate.BooleanOperator.fromValue(String v) |
SimpleSetPredicate.BooleanOperator |
SimpleSetPredicate.getBooleanOperator() |
SimpleSetPredicate.BooleanOperator |
SimpleSetPredicate.requireBooleanOperator() |
static SimpleSetPredicate.BooleanOperator |
SimpleSetPredicate.BooleanOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleSetPredicate.BooleanOperator[] |
SimpleSetPredicate.BooleanOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleSetPredicate |
SimpleSetPredicate.setBooleanOperator(SimpleSetPredicate.BooleanOperator booleanOperator) |
| Constructor and Description |
|---|
SimpleSetPredicate(Field<?> field,
SimpleSetPredicate.BooleanOperator booleanOperator,
Array array) |
SimpleSetPredicate(String field,
SimpleSetPredicate.BooleanOperator booleanOperator,
Array array) |
Copyright © 2022. All rights reserved.