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