Uses of Class
jmri.jmrit.logix.WarrantPreferences.Shutdown
-
Packages that use WarrantPreferences.Shutdown Package Description jmri.jmrit.logix Support for implementing Warrants in JMRI. -
-
Uses of WarrantPreferences.Shutdown in jmri.jmrit.logix
Methods in jmri.jmrit.logix that return WarrantPreferences.Shutdown Modifier and Type Method Description WarrantPreferences.Shutdown
WarrantPreferences. getShutdown()
static WarrantPreferences.Shutdown
WarrantPreferences.Shutdown. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WarrantPreferences.Shutdown[]
WarrantPreferences.Shutdown. 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 WarrantPreferences.Shutdown Modifier and Type Method Description void
WarrantPreferences. setShutdown(WarrantPreferences.Shutdown set)
-