JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
org.neo4j.cypherdsl.core.Operator
Packages that use
Operator
Package
Description
org.neo4j.cypherdsl.core
Contains an internal DSL for creating Cypher.
Uses of
Operator
in
org.neo4j.cypherdsl.core
Methods in
org.neo4j.cypherdsl.core
that return
Operator
Modifier and Type
Method
Description
static
Operator
Operator.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Operator
[]
Operator.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.