Uses of Class
jmri.jmrit.logixng.actions.ActionWarrant.ControlAutoTrain
-
Packages that use ActionWarrant.ControlAutoTrain Package Description jmri.jmrit.logixng.actions -
-
Uses of ActionWarrant.ControlAutoTrain in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ActionWarrant.ControlAutoTrain Modifier and Type Method Description ActionWarrant.ControlAutoTrain
ActionWarrant. getControlAutoTrain()
static ActionWarrant.ControlAutoTrain
ActionWarrant.ControlAutoTrain. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionWarrant.ControlAutoTrain[]
ActionWarrant.ControlAutoTrain. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions with parameters of type ActionWarrant.ControlAutoTrain Modifier and Type Method Description void
ActionWarrant. setControlAutoTrain(ActionWarrant.ControlAutoTrain controlAutoTrain)
-