Uses of Class
com.google.appengine.api.search.query.QueryTreeContext.Type
-
Packages that use QueryTreeContext.Type Package Description com.google.appengine.api.search.query -
-
Uses of QueryTreeContext.Type in com.google.appengine.api.search.query
Methods in com.google.appengine.api.search.query that return QueryTreeContext.Type Modifier and Type Method Description static QueryTreeContext.TypeQueryTreeContext.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryTreeContext.Type[]QueryTreeContext.Type. 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 that return types with arguments of type QueryTreeContext.Type Modifier and Type Method Description Set<QueryTreeContext.Type>QueryTreeContext. getCommonReturnTypes(T other)Set<QueryTreeContext.Type>QueryTreeContext. getReturnTypes()Methods in com.google.appengine.api.search.query with parameters of type QueryTreeContext.Type Modifier and Type Method Description voidQueryTreeContext. addReturnType(QueryTreeContext.Type type)booleanQueryTreeContext. isCompatibleWith(QueryTreeContext.Type returnType)voidQueryTreeContext. setReturnType(QueryTreeContext.Type type)Method parameters in com.google.appengine.api.search.query with type arguments of type QueryTreeContext.Type Modifier and Type Method Description voidQueryTreeContext. setReturnTypes(Set<QueryTreeContext.Type> type)
-