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