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