public abstract class AbstractFieldQuery extends Object implements Query
Query testing the existence of a field.Query.LogicalOperator, Query.Operator| Modifier and Type | Field and Description |
|---|---|
protected String |
_fieldPath
The field path.
|
| Constructor and Description |
|---|
AbstractFieldQuery(String fieldPath)
Build a standard field query.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFieldPath()
Get the field's path
|
int |
hashCode() |
protected String _fieldPath
public AbstractFieldQuery(String fieldPath)
fieldPath - the field's path.