Uses of Class
io.github.interacto.command.Command.CmdStatus
-
Packages that use Command.CmdStatus Package Description io.github.interacto.command -
-
Uses of Command.CmdStatus in io.github.interacto.command
Fields in io.github.interacto.command declared as Command.CmdStatus Modifier and Type Field Description protected Command.CmdStatusCommandImpl. statusThe state of the command.Methods in io.github.interacto.command that return Command.CmdStatus Modifier and Type Method Description Command.CmdStatusCommand. getStatus()Provides the status of the command.Command.CmdStatusCommandImpl. getStatus()static Command.CmdStatusCommand.CmdStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Command.CmdStatus[]Command.CmdStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-