Uses of Enum Class
org.neo4j.cypherdsl.core.Relationship.Direction
Packages that use Relationship.Direction
-
Uses of Relationship.Direction in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Relationship.DirectionModifier and TypeMethodDescriptionRelationship.Details.getDirection()static Relationship.DirectionReturns the enum constant of this class with the specified name.static Relationship.Direction[]Relationship.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.neo4j.cypherdsl.core with parameters of type Relationship.DirectionModifier and TypeMethodDescriptiondefault TExposesRelationships.relationshipWith(Node other, Relationship.Direction direction, String... types) A convenience method for creating relationships between nodes avoiding going through the fluent API by allowing to pass in the type directly.