Uses of Class
de.caluga.morphium.driver.wireprotocol.WireProtocolMessage.OpCode
-
Packages that use WireProtocolMessage.OpCode Package Description de.caluga.morphium.driver.wireprotocol -
-
Uses of WireProtocolMessage.OpCode in de.caluga.morphium.driver.wireprotocol
Methods in de.caluga.morphium.driver.wireprotocol that return WireProtocolMessage.OpCode Modifier and Type Method Description static WireProtocolMessage.OpCodeWireProtocolMessage.OpCode. valueOf(String name)Returns the enum constant of this type with the specified name.static WireProtocolMessage.OpCode[]WireProtocolMessage.OpCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-