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