public class Filter extends Object
| Modifier and Type | Method and Description |
|---|---|
static Filter |
equalsFilter(String column,
Object operand)
Builds an EqualsFilter
|
String |
getColumn() |
Object |
getOperand() |
FilterOperator |
getOperator() |
static Filter |
greaterThan(String column,
Object operand) |
static Filter |
inFilter(String column,
Object operand)
Builds an InFilter
|
static Filter |
lessThan(String column,
Object operand) |
String |
toString() |
Copyright © 2014 Wadpam. All Rights Reserved.