| Package | Description |
|---|---|
| org.opennms.newts.api.search |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.fromCode(byte code) |
Operator |
BooleanClause.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 |
BooleanQuery.add(Query query,
Operator op) |
| Constructor and Description |
|---|
BooleanClause(Query query,
Operator operator) |
Copyright © 2019. All rights reserved.