Uses of Enum
org.bidib.wizard.mvc.stepcontrol.model.MotorSizeType
Packages that use MotorSizeType
-
Uses of MotorSizeType in org.bidib.wizard.mvc.stepcontrol.model
Methods in org.bidib.wizard.mvc.stepcontrol.model that return MotorSizeTypeModifier and TypeMethodDescriptionstatic MotorSizeTypeMotorSizeType.fromValue(byte type) ConfigurationWizardModel.getMotorSizeType()static MotorSizeTypeReturns the enum constant of this type with the specified name.static MotorSizeType[]MotorSizeType.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 MotorSizeTypeModifier and TypeMethodDescriptionvoidConfigurationWizardModel.setMotorSizeType(MotorSizeType motorSizeType)