Interface Modification

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte COMPOSITE  
      static byte DELETE  
      static byte MERGE  
      static byte WRITE  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void apply​(org.opendaylight.mdsal.dom.spi.store.DOMStoreWriteTransaction transaction)
      Apply the modification to the specified transaction.
      void apply​(org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModification transaction)
      Apply the modification to the specified transaction.
      byte getType()  
      void readExternal​(ObjectInput in)  
      void writeExternal​(ObjectOutput out)  
      void writeTo​(org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataOutput out)