Class ModelTransaction.RemoveAttributeOperation

  • Enclosing class:
    ModelTransaction

    private static final class ModelTransaction.RemoveAttributeOperation
    extends ModelTransaction.Operation
    A specialized operation class for removing an attribute from a target node.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String attributeName
      The attribute name.
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoveAttributeOperation​(java.lang.String name)
      Creates a new instance of RemoveAttributeOperation.
    • Field Detail

      • attributeName

        private final java.lang.String attributeName
        The attribute name.
    • Constructor Detail

      • RemoveAttributeOperation

        public RemoveAttributeOperation​(java.lang.String name)
        Creates a new instance of RemoveAttributeOperation.
        Parameters:
        name - the name of the attribute