@Value.Immutable public interface Op extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Op.Builder |
| Modifier and Type | Field and Description |
|---|---|
static Op |
CONTAINS |
static Op |
CONTAINS_IGNORE_CASE |
static Op[] |
DEFAULT_OPTS |
static Op |
EQUALS |
static Op |
EQUALS_IGNORE_CASE |
static Op |
GREATER_THAN |
static Op |
GREATER_THAN_OR_EQUALS |
static Op |
IN |
static Op |
LESS_THAN |
static Op |
LESS_THAN_OR_EQUALS |
static Op |
MATCHES |
static Op |
NOT_CONTAINS |
static Op |
NOT_EQUALS |
static Op |
NOT_IN |
static Op |
NOT_MATCHES |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getOperator() |
static final Op EQUALS
static final Op EQUALS_IGNORE_CASE
static final Op NOT_EQUALS
static final Op LESS_THAN
static final Op LESS_THAN_OR_EQUALS
static final Op GREATER_THAN
static final Op GREATER_THAN_OR_EQUALS
static final Op CONTAINS
static final Op CONTAINS_IGNORE_CASE
static final Op NOT_CONTAINS
static final Op MATCHES
static final Op NOT_MATCHES
static final Op IN
static final Op NOT_IN
static final Op[] DEFAULT_OPTS
Copyright © 2016–2019 Red Hat. All rights reserved.