Class ModelTransaction.ChangeNodeValueOperation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object newValue
      The new value for the affected node.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChangeNodeValueOperation​(java.lang.Object value)
      Creates a new instance of ChangeNodeValueOperation and initializes it with the new value to set for the node.
    • Field Detail

      • newValue

        private final java.lang.Object newValue
        The new value for the affected node.
    • Constructor Detail

      • ChangeNodeValueOperation

        public ChangeNodeValueOperation​(java.lang.Object value)
        Creates a new instance of ChangeNodeValueOperation and initializes it with the new value to set for the node.
        Parameters:
        value - the new node value