Class AbstractWriteOperation

    • Field Detail

      • tagPath

        protected TagPath tagPath
      • value

        protected java.lang.Object value
    • Constructor Detail

      • AbstractWriteOperation

        protected AbstractWriteOperation​(TagPath tagPath,
                                         java.lang.Object value)
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Description copied from interface: WriteOperation
        Returns the value that was attempted to be written.
        Specified by:
        getValue in interface WriteOperation
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object