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