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