Uses of Enum
jmri.jmrit.logix.ThrottleSetting.ValueType
Packages that use ThrottleSetting.ValueType
-
Uses of ThrottleSetting.ValueType in jmri.jmrit.logix
Fields in jmri.jmrit.logix declared as ThrottleSetting.ValueTypeModifier and TypeFieldDescription(package private) ThrottleSetting.ValueTypeThrottleSetting.CommandValue._typeMethods in jmri.jmrit.logix that return ThrottleSetting.ValueTypeModifier and TypeMethodDescriptionThrottleSetting.CommandValue.getType()static ThrottleSetting.ValueTypeThrottleSetting.getValueTypeFromInt(int typeInt) static ThrottleSetting.ValueTypeReturns the enum constant of this type with the specified name.static ThrottleSetting.ValueType[]ThrottleSetting.ValueType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logix with parameters of type ThrottleSetting.ValueTypeModifier and TypeMethodDescriptionvoidThrottleSetting.setValue(ThrottleSetting.ValueType t, SpeedStepMode s, float f, String tx) Constructors in jmri.jmrit.logix with parameters of type ThrottleSetting.ValueTypeModifierConstructorDescriptionCommandValue(ThrottleSetting.ValueType t, SpeedStepMode s, float f, String tx) ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, String tx, String beanName) ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, String tx, String beanName, float trkSpd)