| Package | Description |
|---|---|
| org.openepics.cable.model | |
| org.openepics.cable.ui |
| Modifier and Type | Method and Description |
|---|---|
QueryBooleanOperator |
QueryCondition.getBooleanOperator() |
static QueryBooleanOperator |
QueryBooleanOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryBooleanOperator[] |
QueryBooleanOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryCondition.setBooleanOperator(QueryBooleanOperator booleanOperator) |
| Constructor and Description |
|---|
QueryCondition(Query query,
QueryParenthesis parenthesisOpen,
String field,
QueryComparisonOperator comparisonOperator,
String value,
QueryParenthesis parenthesisClose,
QueryBooleanOperator booleanOperator,
Integer position)
Constructs new query condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryBooleanOperator> |
QueryRequestManager.getBooleanOperatorValues() |
Copyright © 2025 European Spallation Source. All rights reserved.