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.ReporterOperationExpressionReporter. getReporterOperation()static ExpressionReporter.ReporterOperationExpressionReporter.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 voidExpressionReporter. setReporterOperation(ExpressionReporter.ReporterOperation reporterOperation)
-