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.LightState
ExpressionLight.LightState. get(int id)
ExpressionLight.LightState
ExpressionLight. getBeanState()
static ExpressionLight.LightState
ExpressionLight.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 void
ExpressionLight. setBeanState(ExpressionLight.LightState state)
-