Uses of Class
jmri.util.TimerUnit
-
Packages that use TimerUnit Package Description jmri.jmrit.logixng.actions jmri.jmrit.logixng.expressions jmri.util Contains various utilities classes that are useful across the entire JMRI library structure. -
-
Uses of TimerUnit in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return TimerUnit Modifier and Type Method Description TimerUnitActionTimer. getUnit()Get the unitTimerUnitExecuteDelayed. getUnit()Get the unitTimerUnitForEachWithDelay. 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 voidActionTimer. setUnit(TimerUnit unit)Set the unitvoidExecuteDelayed. setUnit(TimerUnit unit)Set the unitvoidForEachWithDelay. 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 TimerUnitTimer. getUnit()Get the unitMethods in jmri.jmrit.logixng.expressions with parameters of type TimerUnit Modifier and Type Method Description voidTimer. setUnit(TimerUnit unit)Set the unit -
Uses of TimerUnit in jmri.util
Methods in jmri.util that return TimerUnit Modifier and Type Method Description static TimerUnitTimerUnit. 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.
-