Class AbstractWriteOperation
java.lang.Object
com.inductiveautomation.ignition.client.sqltags.impl.AbstractWriteOperation
- All Implemented Interfaces:
WriteOperation
- Direct Known Subclasses:
ErrorWriteOp
,SuccessfulWrite
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.client.sqltags.WriteOperation
getResponseError, getResponseMessage, getWriteResponse, setChangeListener
-
Field Details
-
tagPath
-
value
-
-
Constructor Details
-
AbstractWriteOperation
-
-
Method Details
-
getTagPath
Description copied from interface:WriteOperation
Returns the path of the tag that was written to.- Specified by:
getTagPath
in interfaceWriteOperation
-
getValue
Description copied from interface:WriteOperation
Returns the value that was attempted to be written.- Specified by:
getValue
in interfaceWriteOperation
-
toString
-