public enum QueryBooleanOperator extends Enum<QueryBooleanOperator>
| Modifier and Type | Method and Description |
|---|---|
String |
getOperator() |
static QueryBooleanOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryBooleanOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryBooleanOperator NONE
public static final QueryBooleanOperator AND
public static final QueryBooleanOperator OR
public static final QueryBooleanOperator NOT
public static QueryBooleanOperator[] values()
for (QueryBooleanOperator c : QueryBooleanOperator.values()) System.out.println(c);
public static QueryBooleanOperator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getOperator()
Copyright © 2025 European Spallation Source. All rights reserved.