Uses of Class
net.anotheria.anosite.wizard.WizardCommand
-
Packages that use WizardCommand Package Description net.anotheria.anosite.wizard Describes/contains ano-wizard functionality. -
-
Uses of WizardCommand in net.anotheria.anosite.wizard
Fields in net.anotheria.anosite.wizard declared as WizardCommand Modifier and Type Field Description static WizardCommandWizardCommand. DEFAULT_COMMANDWizardCommand default.Methods in net.anotheria.anosite.wizard that return WizardCommand Modifier and Type Method Description static WizardCommandWizardCommand. getCommandByValue(String command)ReturnWizardCommandwith selected value.static WizardCommandWizardCommand. getCommandByValue(Map<String,String[]> parameters)ReturnsWizardCommand.static WizardCommandWizardCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static WizardCommand[]WizardCommand. values()Returns an array containing the constants of this enum type, in the order they are declared.
-