Uses of Class
jmri.Timebase.ClockInitialRunState
-
Packages that use Timebase.ClockInitialRunState Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.simpleclock Contains a simple FastClock implementation based on the computers clock. -
-
Uses of Timebase.ClockInitialRunState in jmri
Methods in jmri that return Timebase.ClockInitialRunState Modifier and Type Method Description Timebase.ClockInitialRunState
Timebase. getClockInitialRunState()
Get the Clock Initial Run State ENUM.static Timebase.ClockInitialRunState
Timebase.ClockInitialRunState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Timebase.ClockInitialRunState[]
Timebase.ClockInitialRunState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri with parameters of type Timebase.ClockInitialRunState Modifier and Type Method Description void
Timebase. setClockInitialRunState(Timebase.ClockInitialRunState initialState)
Set the Clock Initial Run State ENUM. -
Uses of Timebase.ClockInitialRunState in jmri.jmrit.simpleclock
Methods in jmri.jmrit.simpleclock that return Timebase.ClockInitialRunState Modifier and Type Method Description Timebase.ClockInitialRunState
SimpleTimebase. getClockInitialRunState()
Get the Clock Initial Run State ENUM.Methods in jmri.jmrit.simpleclock with parameters of type Timebase.ClockInitialRunState Modifier and Type Method Description void
SimpleTimebase. setClockInitialRunState(Timebase.ClockInitialRunState state)
Set the Clock Initial Run State ENUM.
-