public static enum QueryContexts.Vectorize extends Enum<QueryContexts.Vectorize>
Modifier and Type | Method and Description |
---|---|
static QueryContexts.Vectorize |
fromString(String str) |
abstract boolean |
shouldVectorize(boolean canVectorize) |
String |
toString() |
static QueryContexts.Vectorize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryContexts.Vectorize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryContexts.Vectorize FALSE
public static final QueryContexts.Vectorize TRUE
public static final QueryContexts.Vectorize FORCE
public static QueryContexts.Vectorize[] values()
for (QueryContexts.Vectorize c : QueryContexts.Vectorize.values()) System.out.println(c);
public static QueryContexts.Vectorize 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 abstract boolean shouldVectorize(boolean canVectorize)
public static QueryContexts.Vectorize fromString(String str)
public String toString()
toString
in class Enum<QueryContexts.Vectorize>
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.