Class ReferenceValue

  • All Implemented Interfaces:
    Value

    public class ReferenceValue
    extends BaseValue
    A ReferenceValue provides an implementation of the Value interface representing a REFERENCE value (a UUID of an existing node).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReferenceValue​(Node target)
      Constructs a ReferenceValue object representing the UUID of an existing node.