Uses of Class
io.vertx.ext.shell.command.base.ObjectType
-
Packages that use ObjectType Package Description io.vertx.ext.shell.command.base -
-
Uses of ObjectType in io.vertx.ext.shell.command.base
Fields in io.vertx.ext.shell.command.base declared as ObjectType Modifier and Type Field Description protected ObjectType
BusPublish. type
Methods in io.vertx.ext.shell.command.base that return ObjectType Modifier and Type Method Description static ObjectType
ObjectType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectType[]
ObjectType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.shell.command.base with parameters of type ObjectType Modifier and Type Method Description void
BusPublish. setType(ObjectType type)
-