Uses of Class
com.google.appengine.api.search.query.QueryTreeContext.Kind
-
Packages that use QueryTreeContext.Kind Package Description com.google.appengine.api.search.query -
-
Uses of QueryTreeContext.Kind in com.google.appengine.api.search.query
Methods in com.google.appengine.api.search.query that return QueryTreeContext.Kind Modifier and Type Method Description static QueryTreeContext.KindQueryTreeContext.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryTreeContext.Kind[]QueryTreeContext.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.search.query with parameters of type QueryTreeContext.Kind Modifier and Type Method Description voidQueryTreeContext. setKind(QueryTreeContext.Kind kind)
-