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