Uses of Class
jmri.jmrit.logixng.expressions.ExpressionDispatcher.DispatcherState
-
Packages that use ExpressionDispatcher.DispatcherState Package Description jmri.jmrit.logixng.expressions -
-
Uses of ExpressionDispatcher.DispatcherState in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return ExpressionDispatcher.DispatcherState Modifier and Type Method Description static ExpressionDispatcher.DispatcherState
ExpressionDispatcher.DispatcherState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExpressionDispatcher.DispatcherState[]
ExpressionDispatcher.DispatcherState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.logixng.expressions that return types with arguments of type ExpressionDispatcher.DispatcherState Modifier and Type Method Description LogixNG_SelectEnum<ExpressionDispatcher.DispatcherState>
ExpressionDispatcher. getSelectEnum()
-