Uses of Class
org.neo4j.cypherdsl.core.Operator.Type
-
Packages that use Operator.Type Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Operator.Type in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Operator.Type Modifier and Type Method Description Operator.TypeOperator. getType()static Operator.TypeOperator.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Operator.Type[]Operator.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-