public static enum StandardQueryConfigHandler.Operator extends java.lang.Enum<StandardQueryConfigHandler.Operator>
Modifier and Type | Method and Description |
---|---|
static StandardQueryConfigHandler.Operator |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null