Uses of Class
org.bidib.wizard.mvc.stepcontrol.model.StepControlModel.OperationModeEnum
-
Packages that use StepControlModel.OperationModeEnum Package Description org.bidib.wizard.mvc.stepcontrol.model -
-
Uses of StepControlModel.OperationModeEnum in org.bidib.wizard.mvc.stepcontrol.model
Methods in org.bidib.wizard.mvc.stepcontrol.model that return StepControlModel.OperationModeEnum Modifier and Type Method Description StepControlModel.OperationModeEnumStepControlModel. getOperationalMode()static StepControlModel.OperationModeEnumStepControlModel.OperationModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StepControlModel.OperationModeEnum[]StepControlModel.OperationModeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.wizard.mvc.stepcontrol.model with parameters of type StepControlModel.OperationModeEnum Modifier and Type Method Description voidStepControlModel. setOperationalMode(StepControlModel.OperationModeEnum operationalMode)
-