Uses of Class
com.thecoderscorner.menu.remote.commands.MenuBootstrapCommand.BootType
-
Packages that use MenuBootstrapCommand.BootType Package Description com.thecoderscorner.menu.remote.commands -
-
Uses of MenuBootstrapCommand.BootType in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands that return MenuBootstrapCommand.BootType Modifier and Type Method Description MenuBootstrapCommand.BootTypeMenuBootstrapCommand. getBootType()static MenuBootstrapCommand.BootTypeMenuBootstrapCommand.BootType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MenuBootstrapCommand.BootType[]MenuBootstrapCommand.BootType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.thecoderscorner.menu.remote.commands with parameters of type MenuBootstrapCommand.BootType Modifier and Type Method Description static MenuBootstrapCommandCommandFactory. newBootstrapCommand(MenuBootstrapCommand.BootType type)Create a new bootstrap message either to indicate the bootstrap start or endConstructors in com.thecoderscorner.menu.remote.commands with parameters of type MenuBootstrapCommand.BootType Constructor Description MenuBootstrapCommand(MenuBootstrapCommand.BootType bootType)
-