public enum QueryParenthesis extends Enum<QueryParenthesis>
| Modifier and Type | Method and Description |
|---|---|
String |
getParenthesis() |
static QueryParenthesis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParenthesis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryParenthesis NONE
public static final QueryParenthesis OPEN
public static final QueryParenthesis CLOSE
public static QueryParenthesis[] values()
for (QueryParenthesis c : QueryParenthesis.values()) System.out.println(c);
public static QueryParenthesis 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 getParenthesis()
Copyright © 2025 European Spallation Source. All rights reserved.