Uses of Class
org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl.Message.Command
-
Packages that use Message.Command Package Description org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl -
-
Uses of Message.Command in org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl
Methods in org.ovirt.vdsm.jsonrpc.client.reactors.stomp.impl that return Message.Command Modifier and Type Method Description static Message.Command
Message.Command. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Message.Command[]
Message.Command. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-