public static enum StandardQueryConfigHandler.Operator extends Enum<StandardQueryConfigHandler.Operator>
Modifier and Type | Method and Description |
---|---|
static StandardQueryConfigHandler.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardQueryConfigHandler.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardQueryConfigHandler.Operator AND
public static final StandardQueryConfigHandler.Operator OR
public static StandardQueryConfigHandler.Operator[] values()
for (StandardQueryConfigHandler.Operator c : StandardQueryConfigHandler.Operator.values()) System.out.println(c);
public static StandardQueryConfigHandler.Operator 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 nullCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.