Interface SchemaLinkedField
-
public interface SchemaLinkedFieldThis interface contains the information for a linked node (node that definesosd:function linkedField="aPath"property).- Since:
- 6.0.0
- See Also:
- Linked fields,
SchemaNode.getSchemaLinkedField()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaNodegetLinkedField()Returns the field referred by this node.SchemaNodegetRelationshipNode()Returns the node holding the relationship used by this node.
-
-
-
Method Detail
-
getRelationshipNode
SchemaNode getRelationshipNode()
Returns the node holding the relationship used by this node.- See Also:
SchemaNode.getRelationship()
-
getLinkedField
SchemaNode getLinkedField()
Returns the field referred by this node.
-
-