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.
|
Value<?> |
getValue()
that data that receives the operation.
|
String getName()
Operator getOperator()
Value<?> getValue()
Copyright © 2018. All rights reserved.