public interface Condition
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
the data source or target, to apply the operator
|
Operator |
getOperator()
that defines comparing process between the name and the value.
|
QueryValue<?> |
getValue()
that data that receives the operation.
|
String getName()
Operator getOperator()
QueryValue<?> getValue()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.