public interface Operator
extends java.io.Serializable
Operator represents operator symbols.
Implementations should be enums for automatic instance management.
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getType()
Get the result type of the operator
|
java.lang.String |
name()
Get the unique id for this Operator
|
Copyright © 2007–2021 Querydsl. All rights reserved.