|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.appengine.api.datastore.Query.FilterPredicate
public static final class Query.FilterPredicate
FilterPredicate is a data container that holds a single filter predicate.
| Constructor Summary | |
|---|---|
Query.FilterPredicate(java.lang.String propertyName,
Query.FilterOperator operator,
java.lang.Object value)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
Query.FilterOperator |
getOperator()
Gets the operator describing how to apply the filter. |
java.lang.String |
getPropertyName()
Gets the name of the property to be filtered on. |
java.lang.Object |
getValue()
Gets the argument to the filter operator. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Query.FilterPredicate(java.lang.String propertyName,
Query.FilterOperator operator,
java.lang.Object value)
java.lang.IllegalArgumentException - If filters of the type of
value are not supported. See
DataTypeUtils.isSupportedType(Class). Note that unlike
Entity.setProperty(String, Object), you cannot provide
a Collection containing instances of supported types
to this method.| Method Detail |
|---|
public java.lang.String getPropertyName()
public Query.FilterOperator getOperator()
public java.lang.Object getValue()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||