public enum Operator extends Enum<Operator>
Enum Constant and Description |
---|
AND
Deprecated.
The and.
|
BOOST
Deprecated.
The boost.
|
CLOSING_ARRAY
Deprecated.
The closing array.
|
CLOSING_GROUPING
Deprecated.
The closing grouping.
|
CONTAINS
Deprecated.
The contains.
|
DOUBLE_QUOTE
Deprecated.
The double quote.
|
EQUALS
Deprecated.
The equals.
|
ESCAPE
Deprecated.
The escape.
|
FIELD_SEPARATOR
Deprecated.
The field separator.
|
FUZZY
Deprecated.
The fuzzy.
|
GREATER_THAN
Deprecated.
The greater than.
|
GREATER_THAN_OR_EQUAL_TO
Deprecated.
The greater than or equal to.
|
LESS_THAN
Deprecated.
The less than.
|
LESS_THAN_OR_EQUAL_TO
Deprecated.
The less than or equal to.
|
NEST_AGGREGATION
Deprecated.
The nest aggregation.
|
NOT
Deprecated.
The not.
|
OPENING_ARRAY
Deprecated.
The opening array.
|
OPENING_GROUPING
Deprecated.
The opening grouping.
|
OR
Deprecated.
The or.
|
WILDCARD
Deprecated.
The wildcard.
|
Modifier and Type | Method and Description |
---|---|
String |
getSymbol()
Deprecated.
Gets the symbol.
|
boolean |
shouldEscape()
Deprecated.
Should escape.
|
String |
toString()
Deprecated.
To string.
|
static Operator |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Operator[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Operator FIELD_SEPARATOR
public static final Operator EQUALS
public static final Operator CONTAINS
public static final Operator ESCAPE
public static final Operator FUZZY
public static final Operator OR
public static final Operator AND
public static final Operator NOT
public static final Operator NEST_AGGREGATION
public static final Operator LESS_THAN
public static final Operator LESS_THAN_OR_EQUAL_TO
public static final Operator GREATER_THAN
public static final Operator GREATER_THAN_OR_EQUAL_TO
public static final Operator BOOST
public static final Operator WILDCARD
public static final Operator OPENING_GROUPING
public static final Operator CLOSING_GROUPING
public static final Operator OPENING_ARRAY
public static final Operator CLOSING_ARRAY
public static final Operator DOUBLE_QUOTE
public static Operator[] values()
for (Operator c : Operator.values()) System.out.println(c);
public static 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 nullpublic String getSymbol()
public boolean shouldEscape()
Copyright © 2021 IBM Cloud. All rights reserved.