Uses of Class
jmri.jmrit.logixng.actions.ShutdownComputer.Operation
-
Packages that use ShutdownComputer.Operation Package Description jmri.jmrit.logixng.actions -
-
Uses of ShutdownComputer.Operation in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ShutdownComputer.Operation Modifier and Type Method Description static ShutdownComputer.Operation
ShutdownComputer.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShutdownComputer.Operation[]
ShutdownComputer.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions that return types with arguments of type ShutdownComputer.Operation Modifier and Type Method Description LogixNG_SelectEnum<ShutdownComputer.Operation>
ShutdownComputer. getSelectEnum()
-