Uses of Class
com.google.appengine.api.datastore.Query.FilterOperator
-
Packages that use Query.FilterOperator Package Description com.google.appengine.api.datastore -
-
Uses of Query.FilterOperator in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return Query.FilterOperator Modifier and Type Method Description Query.FilterOperatorQuery.FilterPredicate. getOperator()Gets the operator describing how to apply the filter.static Query.FilterOperatorQuery.FilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Query.FilterOperator[]Query.FilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.datastore with parameters of type Query.FilterOperator Modifier and Type Method Description QueryQuery. addFilter(String propertyName, Query.FilterOperator operator, Object value)Deprecated.Constructors in com.google.appengine.api.datastore with parameters of type Query.FilterOperator Constructor Description FilterPredicate(String propertyName, Query.FilterOperator operator, Object value)Constructs a filter predicate from the given parameters.
-