public static enum QueryOptions.QueryGrammar.QueryJoiner.JoinerApply extends Enum<QueryOptions.QueryGrammar.QueryJoiner.JoinerApply>
Enum Constant and Description |
---|
CONSTRAINT
Constrains the index term with the value term, using the Comparator
if specified.
|
INFIX
Inserts an infix between the terms.
|
NEAR2
Specifies proximity between the terms.
|
PREFIX
Prepends to the terms.
|
Modifier and Type | Method and Description |
---|---|
static QueryOptions.QueryGrammar.QueryJoiner.JoinerApply |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.QueryGrammar.QueryJoiner.JoinerApply[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryOptions.QueryGrammar.QueryJoiner.JoinerApply CONSTRAINT
public static final QueryOptions.QueryGrammar.QueryJoiner.JoinerApply INFIX
public static final QueryOptions.QueryGrammar.QueryJoiner.JoinerApply NEAR2
public static final QueryOptions.QueryGrammar.QueryJoiner.JoinerApply PREFIX
public static QueryOptions.QueryGrammar.QueryJoiner.JoinerApply[] values()
for (QueryOptions.QueryGrammar.QueryJoiner.JoinerApply c : QueryOptions.QueryGrammar.QueryJoiner.JoinerApply.values()) System.out.println(c);
public static QueryOptions.QueryGrammar.QueryJoiner.JoinerApply 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 © 2013-2015 MarkLogic Corporation.