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