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