Class WeakReferenceValue

  • All Implemented Interfaces:
    Value

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

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

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