public static class ExtensionQuery.Filter extends Object
Constructor and Description |
---|
Filter(String field,
Object value,
ExtensionQuery.COMPARISON comparison) |
Modifier and Type | Method and Description |
---|---|
ExtensionQuery.COMPARISON |
getComparison() |
String |
getField() |
Object |
getValue() |
String |
toString() |
public Filter(String field, Object value, ExtensionQuery.COMPARISON comparison)
field
- the name of the fieldvalue
- the value to compare tocomparison
- the comparison to applypublic String getField()
public Object getValue()
public ExtensionQuery.COMPARISON getComparison()
Copyright © 2004–2021 XWiki. All rights reserved.