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