Uses of Enum
zmq.Command.Type
Packages that use Command.Type
-
Uses of Command.Type in zmq
Subclasses with type arguments of type Command.Type in zmqFields in zmq declared as Command.TypeMethods in zmq that return Command.TypeModifier and TypeMethodDescriptionstatic Command.TypeReturns the enum constant of this type with the specified name.static Command.Type[]Command.Type.values()Returns an array containing the constants of this enum type, 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)