Uses of Class
org.bidib.wizard.mvc.stepcontrol.model.MotorSizeType
-
Packages that use MotorSizeType Package Description org.bidib.wizard.mvc.stepcontrol.model -
-
Uses of MotorSizeType in org.bidib.wizard.mvc.stepcontrol.model
Methods in org.bidib.wizard.mvc.stepcontrol.model that return MotorSizeType Modifier and Type Method Description static MotorSizeTypeMotorSizeType. fromValue(byte type)MotorSizeTypeConfigurationWizardModel. getMotorSizeType()static MotorSizeTypeMotorSizeType. valueOf(String name)Returns 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 MotorSizeType Modifier and Type Method Description voidConfigurationWizardModel. setMotorSizeType(MotorSizeType motorSizeType)
-