Uses of Enum Class
zmq.Command.Type
Packages that use Command.Type
-
Uses of Command.Type in zmq
Fields in zmq declared as Command.TypeMethods in zmq that return Command.TypeModifier and TypeMethodDescriptionstatic Command.Type
Returns the enum constant of this class with the specified name.static Command.Type[]
Command.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in zmq with parameters of type Command.TypeModifierConstructorDescription(package private)
Command
(ZObject destination, Command.Type type) (package private)
Command
(ZObject destination, Command.Type type, Object arg)