public abstract class RelationshipValue extends VirtualRelationshipValue
| Modifier | Constructor and Description |
|---|---|
protected |
RelationshipValue(String id) |
| Modifier and Type | Method and Description |
|---|---|
abstract NodeValue |
endNode() |
String |
endNodeId() |
String |
getTypeName() |
String |
id() |
NodeValue |
otherNode(VirtualNodeValue node) |
String |
otherNodeId(String node) |
abstract MapValue |
properties() |
abstract NodeValue |
startNode() |
String |
startNodeId() |
String |
toString() |
abstract TextValue |
type() |
<E extends Exception> |
writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
compareTo, computeHash, equals, map, valueGroupeq, ternaryEqualsequals, hashCode, isSequenceValueprotected RelationshipValue(String id)
public <E extends Exception> void writeTo(AnyValueWriter<E> writer, Authorizations authorizations) throws E extends Exception
public abstract NodeValue startNode()
public String startNodeId()
public abstract NodeValue endNode()
public String endNodeId()
public String id()
id in class VirtualRelationshipValuepublic abstract TextValue type()
public abstract MapValue properties()
public NodeValue otherNode(VirtualNodeValue node)
public String getTypeName()
getTypeName in class AnyValueCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.