public class PredicateConstraint extends Object implements DataFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
PredicateConstraint.Builder |
| Constructor and Description |
|---|
PredicateConstraint(String propertyName,
ConstraintOperator operator,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintOperator |
getOperator() |
String |
getPropertyName() |
Object |
getValue() |
public PredicateConstraint(String propertyName, ConstraintOperator operator, Object value)
public String getPropertyName()
public ConstraintOperator getOperator()
public Object getValue()
Copyright © 2019. All rights reserved.