Uses of Class
jmri.jmrix.sprog.update.SprogUpdateFrame.BootState
-
Packages that use SprogUpdateFrame.BootState Package Description jmri.jmrix.sprog.update -
-
Uses of SprogUpdateFrame.BootState in jmri.jmrix.sprog.update
Fields in jmri.jmrix.sprog.update declared as SprogUpdateFrame.BootState Modifier and Type Field Description protected SprogUpdateFrame.BootState
SprogUpdateFrame. bootState
Methods in jmri.jmrix.sprog.update that return SprogUpdateFrame.BootState Modifier and Type Method Description static SprogUpdateFrame.BootState
SprogUpdateFrame.BootState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SprogUpdateFrame.BootState[]
SprogUpdateFrame.BootState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-