Uses of Class
jmri.jmrit.logixng.actions.ActionSetReporter.ReporterOperation
-
Packages that use ActionSetReporter.ReporterOperation Package Description jmri.jmrit.logixng.actions -
-
Uses of ActionSetReporter.ReporterOperation in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return ActionSetReporter.ReporterOperation Modifier and Type Method Description ActionSetReporter.ReporterOperation
ActionSetReporter. getReporterOperation()
static ActionSetReporter.ReporterOperation
ActionSetReporter.ReporterOperation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActionSetReporter.ReporterOperation[]
ActionSetReporter.ReporterOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.actions with parameters of type ActionSetReporter.ReporterOperation Modifier and Type Method Description void
ActionSetReporter. setMemoryOperation(ActionSetReporter.ReporterOperation state)
-