Module de.haumacher.msgbuf
Package de.haumacher.msgbuf.graph.cmd
-
Interface Summary Interface Description Command.Visitor<R,A,E extends Throwable> Visitor interface for theCommandhierarchy.ListUpdate.Visitor<R,A,E extends Throwable> Visitor interface for theListUpdatehierarchy. -
Class Summary Class Description Command Base class of commands that encode changes to data objects.InsertElement An insert operation to a list value.ListUpdate Base class for operations internally changing the values of repeated properties.RemoveElement The removal of an element of a list value.SetProperty An operation setting the value of a property to a new value. -
Enum Summary Enum Description Command.TypeKind Type codes for theCommandhierarchy.