Uses of Class
jmri.jmrit.vsdecoder.Trigger.CompareValueType
-
Packages that use Trigger.CompareValueType Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of Trigger.CompareValueType in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder that return Trigger.CompareValueType Modifier and Type Method Description static Trigger.CompareValueType
Trigger.CompareValueType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Trigger.CompareValueType[]
Trigger.CompareValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-