| Package | Description |
|---|---|
| com.querydsl.core.types |
Expression types
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<Ops> |
Ops.compareOps |
static java.util.Set<Ops> |
Ops.equalsOps |
static java.util.Set<Ops> |
Ops.notEqualsOps |
| Modifier and Type | Method and Description |
|---|---|
static Ops |
Ops.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Ops[] |
Ops.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2021 Querydsl. All rights reserved.