Uses of Class
jmri.jmrit.logix.Warrant.SpeedState
-
Packages that use Warrant.SpeedState Package Description jmri.jmrit.logix Support for implementing Warrants in JMRI. -
-
Uses of Warrant.SpeedState in jmri.jmrit.logix
Methods in jmri.jmrit.logix that return Warrant.SpeedState Modifier and Type Method Description protected Warrant.SpeedState
Engineer. getSpeedState()
static Warrant.SpeedState
Warrant.SpeedState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Warrant.SpeedState[]
Warrant.SpeedState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-