public static class CriteriaDefinition.Predicate extends Object
| Constructor and Description |
|---|
Predicate(CriteriaDefinition.Operator operator,
Object value)
|
| Modifier and Type | Method and Description |
|---|---|
CriteriaDefinition.Operator |
getOperator() |
Object |
getValue() |
public Predicate(CriteriaDefinition.Operator operator, @Nullable Object value)
operator - must not be null.value - the match value.public CriteriaDefinition.Operator getOperator()
@Nullable public Object getValue()
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.