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