Uses of Class
de.haumacher.msgbuf.graph.cmd.SetProperty
-
Packages that use SetProperty Package Description de.haumacher.msgbuf.graph.cmd -
-
Uses of SetProperty in de.haumacher.msgbuf.graph.cmd
Methods in de.haumacher.msgbuf.graph.cmd that return SetProperty Modifier and Type Method Description static SetPropertySetProperty. create()Creates aSetPropertyinstance.static SetPropertySetProperty. readSetProperty(DataReader in)Reads a new instance from the given reader.static SetPropertySetProperty. readSetProperty(JsonReader in)Reads a new instance from the given reader.Methods in de.haumacher.msgbuf.graph.cmd with parameters of type SetProperty Modifier and Type Method Description RCommand.Visitor. visit(SetProperty self, A arg)Visit case forSetProperty.
-