Enum QueryTreeContext.Kind (2.0.0)

public enum QueryTreeContext.Kind extends Enum<QueryTreeContext.Kind>

Enumeration of the kind of the term that has a given return type. This enum makes more precise the return type. For example, if the return type is TEXT, and the Kind is PHRASE, this means that the caller supplied "..." as the query term.

Static Fields

NameDescription
EXPRESSION
FIELD
FUNCTION
LITERAL
PHRASE
VOID

Static Methods

NameDescription
valueOf(String name)
values()