Uses of Class
jmri.jmrit.logixng.util.TimerUnit
-
Packages that use TimerUnit Package Description jmri.jmrit.logixng.actions jmri.jmrit.logixng.expressions jmri.jmrit.logixng.util -
-
Uses of TimerUnit in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return TimerUnit Modifier and Type Method Description TimerUnit
ActionTimer. getUnit()
Get the unitTimerUnit
ExecuteDelayed. getUnit()
Get the unitMethods in jmri.jmrit.logixng.actions that return types with arguments of type TimerUnit Modifier and Type Method Description LogixNG_SelectEnum<TimerUnit>
Timeout. getSelectTimerUnit()
Methods in jmri.jmrit.logixng.actions with parameters of type TimerUnit Modifier and Type Method Description void
ActionTimer. setUnit(TimerUnit unit)
Set the unitvoid
ExecuteDelayed. setUnit(TimerUnit unit)
Set the unit -
Uses of TimerUnit in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return TimerUnit Modifier and Type Method Description TimerUnit
Timer. getUnit()
Get the unitMethods in jmri.jmrit.logixng.expressions with parameters of type TimerUnit Modifier and Type Method Description void
Timer. setUnit(TimerUnit unit)
Set the unit -
Uses of TimerUnit in jmri.jmrit.logixng.util
Methods in jmri.jmrit.logixng.util that return TimerUnit Modifier and Type Method Description static TimerUnit
TimerUnit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TimerUnit[]
TimerUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-