Uses of Class
jmri.jmrit.logixng.actions.ActionThrottleFunction.FunctionState
-
Packages that use ActionThrottleFunction.FunctionState Package Description jmri.jmrit.logixng.actions -
-
Uses of ActionThrottleFunction.FunctionState in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ActionThrottleFunction.FunctionState Modifier and Type Method Description static ActionThrottleFunction.FunctionState
ActionThrottleFunction.FunctionState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionThrottleFunction.FunctionState[]
ActionThrottleFunction.FunctionState. 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 ActionThrottleFunction.FunctionState Modifier and Type Method Description LogixNG_SelectEnum<ActionThrottleFunction.FunctionState>
ActionThrottleFunction. getSelectOnOff()
-