Uses of Class
network.messaging.control.ControlMessage.Type
| Package | Description |
|---|---|
| network.messaging.control |
-
Uses of ControlMessage.Type in network.messaging.control
Fields in network.messaging.control declared as ControlMessage.Type Modifier and Type Field Description ControlMessage.TypeControlMessage. typeMethods in network.messaging.control that return ControlMessage.Type Modifier and Type Method Description static ControlMessage.TypeControlMessage.Type. fromOpcode(int opcode)static ControlMessage.TypeControlMessage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlMessage.Type[]ControlMessage.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.