Class ModelTransaction.ChangeNodeNameOperation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String newName
      The new node name.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChangeNodeNameOperation​(java.lang.String name)
      Creates a new instance of ChangeNodeNameOperation and sets the new node name.
    • Field Detail

      • newName

        private final java.lang.String newName
        The new node name.
    • Constructor Detail

      • ChangeNodeNameOperation

        public ChangeNodeNameOperation​(java.lang.String name)
        Creates a new instance of ChangeNodeNameOperation and sets the new node name.
        Parameters:
        name - the new node name