Uses of Class
de.haumacher.msgbuf.graph.cmd.InsertElement
-
Packages that use InsertElement Package Description de.haumacher.msgbuf.graph.cmd -
-
Uses of InsertElement in de.haumacher.msgbuf.graph.cmd
Methods in de.haumacher.msgbuf.graph.cmd that return InsertElement Modifier and Type Method Description static InsertElementInsertElement. create()Creates aInsertElementinstance.static InsertElementInsertElement. readInsertElement(DataReader in)Reads a new instance from the given reader.static InsertElementInsertElement. readInsertElement(JsonReader in)Reads a new instance from the given reader.InsertElementInsertElement. setElement(Object value)Methods in de.haumacher.msgbuf.graph.cmd with parameters of type InsertElement Modifier and Type Method Description RListUpdate.Visitor. visit(InsertElement self, A arg)Visit case forInsertElement.
-