Uses of Class
jmri.jmrit.logixng.expressions.ExpressionLight.LightState
-
Packages that use ExpressionLight.LightState Package Description jmri.jmrit.logixng.expressions -
-
Uses of ExpressionLight.LightState in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return ExpressionLight.LightState Modifier and Type Method Description static ExpressionLight.LightStateExpressionLight.LightState. get(int id)ExpressionLight.LightStateExpressionLight. getBeanState()static ExpressionLight.LightStateExpressionLight.LightState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExpressionLight.LightState[]ExpressionLight.LightState. 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 ExpressionLight.LightState Modifier and Type Method Description voidExpressionLight. setBeanState(ExpressionLight.LightState state)
-