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