Uses of Class
jmri.jmrit.logix.ThrottleSetting.ValueType
-
Packages that use ThrottleSetting.ValueType Package Description jmri.jmrit.logix Support for implementing Warrants in JMRI. -
-
Uses of ThrottleSetting.ValueType in jmri.jmrit.logix
Fields in jmri.jmrit.logix declared as ThrottleSetting.ValueType Modifier and Type Field Description (package private) ThrottleSetting.ValueType
ThrottleSetting.CommandValue. _type
Methods in jmri.jmrit.logix that return ThrottleSetting.ValueType Modifier and Type Method Description ThrottleSetting.ValueType
ThrottleSetting.CommandValue. getType()
static ThrottleSetting.ValueType
ThrottleSetting. getValueTypeFromInt(int typeInt)
static ThrottleSetting.ValueType
ThrottleSetting.ValueType. valueOf(java.lang.String name)
Returns 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.ValueType Modifier and Type Method Description void
ThrottleSetting. setValue(ThrottleSetting.ValueType t, SpeedStepMode s, float f, java.lang.String tx)
Constructors in jmri.jmrit.logix with parameters of type ThrottleSetting.ValueType Constructor Description CommandValue(ThrottleSetting.ValueType t, SpeedStepMode s, float f, java.lang.String tx)
ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, java.lang.String tx, java.lang.String beanName)
ThrottleSetting(long time, ThrottleSetting.Command command, int key, ThrottleSetting.ValueType vType, SpeedStepMode ss, float f, java.lang.String tx, java.lang.String beanName, float trkSpd)
-