CellValueOperator
org.sagebionetworks.repo.model.grid.query.CellValueOperator
The comparison operator.
Enumeration
| name | description |
|---|---|
| EQUALS | |
| NOT_EQUALS | |
| GREATER_THAN | |
| LESS_THAN | |
| GREATER_THAN_OR_EQUALS | |
| LESS_THAN_OR_EQUALS | |
| IN | |
| NOT_IN | |
| LIKE | |
| NOT_LIKE | |
| IS_NULL | |
| IS_NOT_NULL | |
| IS_UNDEFINED | |
| IS_DEFINED |