public class FieldExistsQuery extends AbstractLeafQuery
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELDS_LIST_FIELD |
static String |
TYPE |
| Constructor and Description |
|---|
FieldExistsQuery(String field) |
| Modifier and Type | Method and Description |
|---|---|
FieldExistsQuery |
clone() |
String |
getField() |
void |
setField(String field) |
getChildQueries, isEmptyQuery, removeChildQuery, replaceChildQueryclone, deepClonepublic static final String TYPE
public static final String FIELDS_LIST_FIELD
public FieldExistsQuery(String field)
public String getField()
public void setField(String field)
public FieldExistsQuery clone()