public class MissingFilter extends BaseFilter
| Constructor and Description |
|---|
MissingFilter(String field) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(FilterVisitor<T> filterVisitor) |
String |
getField() |
int |
getSortOrder() |
Boolean |
isExists() |
Boolean |
isNullValue() |
void |
setExists(boolean exists) |
void |
setNullValue(boolean nullValue) |
String |
toString() |
getExecutionOption, isCached, setCached, setExecutionOptionpublic <T> T accept(FilterVisitor<T> filterVisitor)
public String getField()
public int getSortOrder()
public Boolean isExists()
public Boolean isNullValue()
public void setExists(boolean exists)
public void setNullValue(boolean nullValue)
public String toString()
toString in class BaseFilter