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