Uses of Class
io.github.interacto.command.Command.RegistrationPolicy
-
Packages that use Command.RegistrationPolicy Package Description io.github.interacto.command -
-
Uses of Command.RegistrationPolicy in io.github.interacto.command
Methods in io.github.interacto.command that return Command.RegistrationPolicy Modifier and Type Method Description Command.RegistrationPolicyCommand. getRegistrationPolicy()Specifies whether the command must be saved in the cmd register.Command.RegistrationPolicyCommandImpl. getRegistrationPolicy()static Command.RegistrationPolicyCommand.RegistrationPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static Command.RegistrationPolicy[]Command.RegistrationPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-