Uses of Interface
de.haumacher.msgbuf.data.DataObject
-
Packages that use DataObject Package Description de.haumacher.msgbuf.data de.haumacher.msgbuf.graph.cmd -
-
Uses of DataObject in de.haumacher.msgbuf.data
Classes in de.haumacher.msgbuf.data that implement DataObject Modifier and Type Class Description classAbstractDataObjectBase class forDataObjectimplementations. -
Uses of DataObject in de.haumacher.msgbuf.graph.cmd
Classes in de.haumacher.msgbuf.graph.cmd that implement DataObject Modifier and Type Class Description classCommandBase class of commands that encode changes to data objects.classInsertElementAn insert operation to a list value.classListUpdateBase class for operations internally changing the values of repeated properties.classRemoveElementThe removal of an element of a list value.classSetPropertyAn operation setting the value of a property to a new value.
-