| Package | Description |
|---|---|
| org.openepics.cable.model | |
| org.openepics.cable.ui |
| Modifier and Type | Method and Description |
|---|---|
QueryParenthesis |
QueryCondition.getParenthesisClose() |
QueryParenthesis |
QueryCondition.getParenthesisOpen() |
static QueryParenthesis |
QueryParenthesis.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParenthesis[] |
QueryParenthesis.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.setParenthesisClose(QueryParenthesis parenthesisClose) |
void |
QueryCondition.setParenthesisOpen(QueryParenthesis parenthesisOpen) |
| 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<QueryParenthesis> |
QueryRequestManager.getParenthesisCloseValues() |
List<QueryParenthesis> |
QueryRequestManager.getParenthesisOpenValues() |
Copyright © 2025 European Spallation Source. All rights reserved.