Class ModelTransaction.ChangeNodeValueOperation

java.lang.Object
org.apache.commons.configuration2.tree.ModelTransaction.Operation
org.apache.commons.configuration2.tree.ModelTransaction.ChangeNodeValueOperation
Enclosing class:
ModelTransaction

private static final class ModelTransaction.ChangeNodeValueOperation extends ModelTransaction.Operation
A specialized operation class which changes the value of a node.
  • Field Details

    • newValue

      private final Object newValue
      The new value for the affected node.
  • Constructor Details

    • ChangeNodeValueOperation

      public ChangeNodeValueOperation(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
  • Method Details