public class RelationshipProxyWrappingEdgeValue
extends org.neo4j.values.virtual.EdgeValue
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.values.virtual.NodeValue |
endNode() |
org.neo4j.values.virtual.MapValue |
properties() |
org.neo4j.graphdb.Relationship |
relationshipProxy() |
org.neo4j.values.virtual.NodeValue |
startNode() |
org.neo4j.values.storable.TextValue |
type() |
<E extends Exception> |
writeTo(org.neo4j.values.AnyValueWriter<E> writer) |
public org.neo4j.graphdb.Relationship relationshipProxy()
public <E extends Exception> void writeTo(org.neo4j.values.AnyValueWriter<E> writer) throws E extends Exception
writeTo in class org.neo4j.values.virtual.EdgeValueE extends Exceptionpublic org.neo4j.values.virtual.NodeValue startNode()
startNode in class org.neo4j.values.virtual.EdgeValuepublic org.neo4j.values.virtual.NodeValue endNode()
endNode in class org.neo4j.values.virtual.EdgeValuepublic org.neo4j.values.storable.TextValue type()
type in class org.neo4j.values.virtual.EdgeValuepublic org.neo4j.values.virtual.MapValue properties()
properties in class org.neo4j.values.virtual.EdgeValueCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.