Uses of Enum
jmri.Timebase.ClockInitialRunState
Packages that use Timebase.ClockInitialRunState
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Contains a simple FastClock implementation based on
the computers clock.
-
Uses of Timebase.ClockInitialRunState in jmri
Methods in jmri that return Timebase.ClockInitialRunStateModifier and TypeMethodDescriptionTimebase.getClockInitialRunState()Get the Clock Initial Run State ENUM.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.ClockInitialRunStateModifier and TypeMethodDescriptionvoidTimebase.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.ClockInitialRunStateModifier and TypeMethodDescriptionSimpleTimebase.getClockInitialRunState()Get the Clock Initial Run State ENUM.Methods in jmri.jmrit.simpleclock with parameters of type Timebase.ClockInitialRunStateModifier and TypeMethodDescriptionvoidSimpleTimebase.setClockInitialRunState(Timebase.ClockInitialRunState state) Set the Clock Initial Run State ENUM.