JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum
ac.simons.neo4j.migrations.core.catalog.Operator
Packages that use
Operator
Package
Description
ac.simons.neo4j.migrations.core.catalog
Uses of
Operator
in
ac.simons.neo4j.migrations.core.catalog
Methods in
ac.simons.neo4j.migrations.core.catalog
that return
Operator
Modifier and Type
Method
Description
static
Operator
Operator.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
Operator
[]
Operator.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.