Uses of Class
de.haumacher.msgbuf.graph.cmd.Command
-
Packages that use Command Package Description de.haumacher.msgbuf.graph.cmd -
-
Uses of Command in de.haumacher.msgbuf.graph.cmd
Subclasses of Command in de.haumacher.msgbuf.graph.cmd Modifier and Type Class Description 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.Methods in de.haumacher.msgbuf.graph.cmd that return Command Modifier and Type Method Description static CommandCommand. readCommand(DataReader in)Reads a new instance from the given reader.static CommandCommand. readCommand(JsonReader in)Reads a new instance from the given reader.CommandCommand. registerListener(Listener l)CommandCommand. setId(int value)CommandCommand. setNode(SharedGraphNode value)CommandCommand. setProperty(String value)CommandCommand. unregisterListener(Listener l)
-